Computes a quote for a cross-chain intent: token transfers, target executions, and cost breakdown. Returns a pre-ranked routes[] with per-route intentId to pass to POST /intents for execution.
Documentation Index
Fetch the complete documentation index at: https://docs.rhinestone.dev/llms.txt
Use this file to discover all available pages before exploring further.
Rhinestone API key
API version (YYYY-MM.name). Will become required in a future release.
^\d{4}-\d{2}\.[a-z0-9]+$"2026-01.alps"
Body
The ID of the target blockchain
^eip155:\d+$"eip155:42161"
A list of token requested on the target chain
Account details
Execution calls on the target chain.
Execution calls to perform before the claim on each origin chain, keyed by chain ID. Max 10 ops per chain, max 5 chains. Object keyed by CAIP-2 chain identifier (e.g. eip155:42161).
{
"eip155:8453": [
{
"to": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"value": "0",
"data": "0x"
}
]
}The gas limit for the target chain executions
"100000"
Account access list specifying which chains and tokens an account may access
Intent options
{
"settlementLayers": ["ECO"],
"sponsorSettings": {
"gas": true,
"bridgeFees": true,
"swapFees": true
},
"feeToken": "USDC"
}200
Response body for POST /quotes on the blanc API version
Pre-ranked route candidates (first entry is the recommended route)