rialto_get_quote
Get a best-execution swap quote from Rialto. Returns human-unit amounts, the guaranteed minimum, every fee line, route stats, and blockers (issues). sellAmount is a HUMAN decimal like "0.01", never raw units. Requires RIALTO_API_KEY.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| taker | Yes | Wallet that would pay the sell token and receive the output | |
| chainId | No | ||
| gasless | No | Quote for the relayed flow (sets permit2_owner=taker). This server never submits a gasless relay itself. | |
| buyToken | Yes | Symbol or address | |
| sellToken | Yes | Symbol or address | |
| sellAmount | Yes | Human decimal amount, e.g. "0.01" | |
| swapFeeBps | No | Integrator fee in bps — requires an integrator-scoped API key | |
| slippageBps | No |