assetfare_v2_quote
Get a fresh fee-inclusive quote for cross-chain token transfers and generate an unsigned execution plan. Compare candidates at your actual amount for cost-effective routing without signing or submitting transactions.
Instructions
Get one fresh fee-inclusive quote and caller-operated unsigned-plan handoff. Example: representative from_chain='solana', from_token='USDC', to_chain='base', to_token='USDC', amount_usd=1000. USD 1 is reachability/schema smoke only. Native-USDC economic comparison starts at USD 50 based on dated 2026-09-23 evidence, not a guarantee AssetFare is cheapest. SOL input includes a swap. Always compare fresh candidates at the actual intended amount. Read-only; never authenticates, prepares, signs, or submits.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to_chain | Yes | Destination chain for the v2 route: Solana, Base, Arbitrum, or Robinhood Chain. Polygon and Optimism are not destinations. | |
| to_token | Yes | Output token symbol on to_chain. The chain-token pair must appear in current v2 capabilities. | |
| amount_usd | Yes | Requested input value in USD, minimum 1. USD 1 is reachability/schema smoke only; USD 50 is the native-USDC economic-comparison start based on dated 2026-09-23 evidence, not a cheapest guarantee; USD 1,000 is the primary representative amount. SOL input includes a swap. Always quote the actual intended amount. | |
| from_chain | Yes | Source chain for the v2 route. Polygon and Optimism are source-only and cannot be used as to_chain. | |
| from_token | Yes | Input token symbol on from_chain. The chain-token pair must appear in current v2 capabilities. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| eta | Yes | ||
| risk | Yes | ||
| as_of | Yes | ||
| offer | Yes | ||
| route | Yes | ||
| intent | Yes | ||
| status | Yes | ||
| quote_id | Yes | ||
| execution | Yes | ||
| ttl_seconds | Yes | ||
| cost_summary | Yes | ||
| caller_action_plan_handoff | Yes |