Exchange API
Quote & route swaps.
The Exchange API aggregates 30+ DEXs and 20+ chains to find the best route for any swap.
Get a quote
GET /api/wallet/swap/quote
?from_chain=ethereum
&to_chain=polygon
&from_token=0x0000...
&to_token=0xc2132...
&from_amount=1000000000000000000
&from_address=0x...
Supported chains
GET /api/wallet/swap/chains
Tokens on a chain
GET /api/wallet/swap/tokens?chain=ethereum
Poll swap status
GET /api/wallet/swap/status?chain=ethereum&tx_hash=0x...
Market data
GET /api/wallet/markets/top?limit=100&page=1
Returns top coins by market cap with 24h change and sparkline.