orbs_get_quote
Get a quote from Orbs Liquidity Hub for same-chain aggregated swaps. Resolve token addresses first, then specify from/to tokens and amount to receive swap pricing.
Instructions
Get a quote from Orbs Liquidity Hub for same-chain aggregated swap. Requires token addresses — use resolve_token first to get addresses.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chainId | No | Chain ID (defaults to runtime config) | |
| toToken | Yes | Destination token address | |
| fromToken | Yes | Source token address | |
| fromAmount | Yes | Amount in smallest token units | |
| slippagePct | No | Slippage percentage (0.5 = 0.5%, default 0.5) |