ODOS_GET_QUOTE
Retrieve a token swap quote for decentralized exchanges, specifying blockchain, input/output tokens, and amount, with optional formatting for clarity.
Instructions
Get a quote for a swap or exchange operation
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| amount | Yes | The amount of tokens to swap, in wei. | |
| chain | No | The blockchain network to execute the transaction on. uses fraxtal as default | fraxtal |
| fromToken | Yes | The token to swap from (address). | |
| prettyFormat | No | Whether to pretty format the quote. | |
| toToken | Yes | The token to swap to (address). |