The Trading API provides cross-DEX token quotes, swaps, and approval services, automatically selecting the optimal route for token exchanges.
Feature Overview
| Feature | Endpoint | Method | Description |
|---|---|---|---|
| Supported Chains | /api/v1/dex/aggregator/supported/chain | GET | Query supported blockchain networks |
| Get Quote | /api/v1/dex/aggregator/quote | GET | Get a token swap quote |
| Execute Swap | /api/v1/dex/aggregator/swap | GET | Generate swap transaction data |
| Approve Transaction | /api/v1/dex/aggregator/approve-transaction | GET | Generate token approval transaction data |
| Get Transaction Status | /api/v1/dex/aggregator/history | GET | Query DEX swap transaction status by txHash |
Last modified on