Quotes V2

Best quote per payment platform for an exact token amount.

post/v2/quote/best-by-platform-exact-token

Request body

fiatCurrencystring required

Fiat currency code (e.g., 'USD', 'EUR')

userstring required

User's Ethereum address (excluded from quotes)

recipientstring required

Recipient Ethereum address

destinationChainIdinteger required

Destination chain ID (e.g., 8453 for Base)

destinationTokenstring required

Token address (e.g., USDC on Base)

referrerstring

Optional referrer address

escrowAddressesstring[] required

List of escrow contract addresses to search

minDepositSuccessRateBpsinteger

Minimum maker success rate in basis points (0-10000)

supportBusinessAccountsboolean

Include business accounts in quotes (default: false)

intentGatingServicestring

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

includePrivateOrderbooksboolean

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

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

exactTokenAmountstring required

Exact token amount in base units (must be greater than zero)

Response

Success

successboolean required
messagestring required
statusCodenumber required
errorCodestring

Changes

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