Get a gateway quote (v3 — requires `ownerAddress`).
Query parameters
Source chain
Destination chain
Address sending the funds (0x… on EVM chains, Base58 on Tron/Solana).
Address receiving the funds (0x… on EVM chains, Base58 on Tron/Solana).
Source token address (0x… on EVM chains, Base58 mint on Tron/Solana).
Destination token address (0x… on EVM chains, Base58 mint on Tron/Solana).
Amount to swap (in smallest unit, e.g., sats or wei)
Slippage tolerance (in basis points, e.g., 300 = 3%)
Comma-separated list of <address>:<bps> pairs, e.g. 0xf39F…:50,0x70997…:25. Omit or send an empty string for no affiliate fees. Max [intents::MAX_AFFILIATES] entries; total bps MUST NOT exceed [intents::MAX_AFFILIATE_TOTAL_BPS]; each bps MUST be > 0.
EVM owner / refund address (0x…). This address is used for order lookup, and may be used for refunds. The request may be rejected when it is not provided.
Optional refund bitcoin address to be used in a bitcoin onramp request.
Response
Get a quote
Changes
Changed in 4 of the 19 revisions of this API.353
- ▲
added
subschema #1to the////response propertyoneOflist for the response statusresponse-property-one-of-added
- ●
added the new
MAX_SLIPPAGE_EXCEEDEDenum value to the////response property for the response statusresponse-property-enum-value-added
- ●
added the new
SERVICE_UNAVAILABLEenum value to the////response property for the response statusresponse-property-enum-value-added
- ▲
- ▲
added
subschema #12to the////response propertyoneOflist for the response statusresponse-property-one-of-added
- ●
deleted the
queryrequest parametergasRefillrequest-parameter-removed
- ●
added the new
TOO_MANY_AFFILIATESenum value to the////response property for the response statusresponse-property-enum-value-added
- ○
added the optional property
//to the response with the statusresponse-optional-property-added
- ▲
- ▲
added to the
response propertyoneOflist for the response statusresponse-property-one-of-added
- ●
added the new
NON_COMPLIANT_ADDRESSESenum value to the////response property for the response statusresponse-property-enum-value-added
- ○
removed from the
response propertyoneOflist for the response statusresponse-property-one-of-removed
- ▲
- ○
endpoint added
endpoint-added
- ○