Skip to main content
POST

Authorizations

x-api-key
string
header
required

Body

application/json
dAppID
string
required

Caller-supplied identifier for your app.

Example:

"your-app-id"

quoteRequest
object
required
intentExecutionTypes
enum<string>[]

Intent execution types to fetch quotes for. Defaults to ["SELF_PUBLISH"] (on-chain publish-and-fund). Use GASLESS for the gasless flow, where the signed intent is posted to the solver's receiveSignedIntentUrl.

Available options:
SELF_PUBLISH,
GASLESS
slippageBps
integer
deprecated

DEPRECATED — use quoteRequest.slippage (percent) instead, which takes precedence when both are set. Slippage tolerance in basis points, forwarded to solvers and applied to each swap leg.

Required range: 1 <= x <= 10000
Example:

50

Response

One or more solver quotes

data
object[]
required

One or more solver quotes. Pick the quote with the highest quoteData.quoteResponse.destinationAmount.

Minimum array length: 1