Get a gateway quote.
Checks the available liquidity and provides a quote.
Query Parameters
Source chain
Destination chain
Address sending the funds
Address receiving the funds
Source token address
Destination token address
Amount to swap (in smallest unit, e.g., sats or wei)
Optional gas refill amount (in smallest unit, e.g., 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.
Response
Get a quote
- Option 1
- Option 2
- Option 3
Gateway quote.
V2 onramp quote: identical to V1 plus a resolved affiliates list. Kept as
a separate type so the V1 OpenAPI schema stays frozen.