Route Response Schema
Top-Level Structure
{
"route": {
"estimate": { ... }, // Route pricing, actions, fees, and gas costs
"transactionRequest": { ... }, // Transaction data for on-chain execution (empty when quoteOnly: true)
"params": { ... }, // Echo of your original request parameters
"quoteId": "string" // Unique quote identifier — required for Squid Intents status tracking
}
}route.estimate
route.estimateField
Type
Description
Action Object
Action ObjectField
Type
Description
Action Type: bridge
bridgeAction Type: swap
swapAction Type: wrap
wraproute.transactionRequest
route.transactionRequestField
Type
Description
Field
Type
Description
route.params
route.paramsFeeCost Object
FeeCost ObjectField
Type
Description
GasCost Object
GasCost ObjectField
Type
Description
Token Object
Token ObjectField
Type
Description
Example: Native Token Swap
Last updated