Get price quotes for token swaps without executing transactions.Documentation Index
Fetch the complete documentation index at: https://docs.chainworks.co/llms.txt
Use this file to discover all available pages before exploring further.
Get Buy Quote
Get a price quote for buying tokens with native currency. Endpoint:/evm/buy/quote
| Parameter | Type | Required | Description |
|---|---|---|---|
chain | string | Yes | Chain identifier: eth, base, or bsc |
token | string | Yes | Token contract address |
swapMode | string | Yes | ExactIn (specify input) or ExactOut (specify output) |
amountIn | string | Conditional | Amount of native currency in wei. Required for ExactIn |
amountOut | string | Conditional | Amount of tokens to receive. Required for ExactOut |
wallet | string | Yes | Wallet address for the quote |
Get Sell Quote
Get a price quote for selling tokens for native currency. Endpoint:/evm/sell/quote
| Parameter | Type | Required | Description |
|---|---|---|---|
chain | string | Yes | Chain identifier |
token | string | Yes | Token contract address |
swapMode | string | Yes | ExactIn or ExactOut |
amountIn | string | Conditional | Amount of tokens to sell. Required for ExactIn |
wallet | string | Yes | Wallet address |

