Quotes V2

Quote maximum token output for an exact fiat input amount.

post/v2/quote/exact-fiat

Request body

paymentPlatformsstring[] required

Payment platforms

fiatCurrencystring required

Fiat currency

userstring required

User submitting transactions

recipientstring required

Final recipient address

destinationChainIdinteger required

Destination chain ID

destinationTokenstring required

Destination token address

referrerstring

Referrer

useMultihopboolean

Use multihop from a base asset

escrowAddressesstring[] required

List of escrow contract addresses to search (e.g., ['0xabc...', '0xdef...']).

supportBusinessAccountsboolean

Whether quotes may include business accounts (default: false)

minDepositSuccessRateBpsinteger

Minimum historical deposit success rate in basis points (0–10000). Defaults to 0 when omitted

intentGatingServicestring

Optional intent gating service address. When provided, only quotes from that service are returned.

includePrivateOrderbooksboolean

Include whitelist-gated private orderbook deposits (default: false)

maxTakerConversionRatestring

Maximum acceptable taker conversion rate, scaled by 1e18. Candidates quoting above this are excluded from both exact and nearby searches. Omit for no ceiling.

quotePreference'EXCLUSIVE_SAR' | 'PREFER_SAR' | 'PREFER_BUYER_TEE' | 'EXCLUSIVE_BUYER_TEE'

Preferred quote pool and fallback behavior

excludedPayToValuesstring[]

Payee values to exclude from quote selection

exactFiatAmountstring required

Exact fiat amount user wants to send

includeNearbyQuotesboolean

Include nearby quote suggestions when no exact match

nearbySearchRangenumber

Max percentage deviation to search (1-100%). Unlimited if omitted

nearbyQuotesCountnumber

Max quotes per direction (default: 3, max: 10)

Response

Success

successboolean required
messagestring required
statusCodenumber required
errorCodestring

Changes

No recorded changes to this endpoint across all 1 revision of this API.