Order Quotes
orders
Order Quotes
Ranked options for paying an order: source tokens (wallet scan and/or explicit list) ranked against the order fulfillment destination, falling back to a settlement currency. EXACT_OUTPUT only.
POST
Order Quotes
Authorizations
Headers
API key for authentication
Path Parameters
Body
application/json
Example:
{
"limit": 5,
"min_balance_usd": 1,
"sources": [
{
"address": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
"chain_id": 30000000000001
}
],
"wallet": {
"address": "0x1234...abcd",
"chain_ids": [1, 8453, 137],
"chain_type": "EVM"
}
}