Quotes API
Fetch and compare route candidates.
POST /quotes
Request body
{
"source_chain": "string",
"destination_chain": "string",
"source_token": "string",
"destination_token": "string",
"input_amount": "string",
"slippage_tolerance": 1.0,
"strategy": "lowest_cost | fastest | safest | balanced | custom",
"user_wallet": "string"
}Behavior
Last updated