sender is present, receive transaction data your wallet can sign.
Use This When
Do Not Use This When
Base URL
Flow
1
Validate the pair
Call
/api/v1/pair-config to confirm supported: true, read token decimals, and check minAmountIn.2
Quote the route
Call
/api/v1/quote with exactly one amount field: amountIn for forward quotes or amountOut for reverse quotes.3
Request transaction data
Pass
sender when the user is ready to sign. The response can include a full transaction object and encoded txData.4
Sign and broadcast
Sign the returned transaction with the user’s wallet, then broadcast it through the wallet, Gateway, or Relayer.
Limits
Endpoints
Next Steps
Quickstart
Validate a pair, fetch a quote, and inspect the transaction fields.
Quote endpoint
Required params, response fields, errors, and executable examples.
Pair config
Confirm token support, decimals, and minimum input.
Integration guide
Wire quotes into a signing and broadcast flow.

