Get 8DX Quote
eightdx_get_quoteGet an 8DX swap quote for any token pair and amount on supported networks. Retrieve real-time pricing for swaps without executing the trade.
Instructions
Gets an 8DX swap quote for a token pair and amount. This is a read-only operation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| amountIn | No | Normalized input token amount to quote. Pass the exact amount format expected by the 8DX REST API for this token. | |
| blockchain | Yes | Blockchain network with live 8DX API support. | |
| amountInWei | No | Smallest-unit input token amount to quote. Pass the exact amount format expected by the 8DX REST API for this token. | |
| addressTokenIn | Yes | Token address or native-token identifier to sell. Use the token identifier format accepted by the 8DX API. | |
| addressTokenOut | Yes | Token address or native-token identifier to buy. Use the token identifier format accepted by the 8DX API. |