/dappradar/tokens/markets
/dappradar
/dappradar/tokens/markets
List the exchange trading pairs (markets) for a token
Price: 1 credit
💡 AI Hint: List the trading pairs (markets) where a token is traded, by its DappRadar slug (e.g. ‘bitcoin’). Each market gives the pair, base and quote symbols, the DEX, the chain, the price, the 24h volume, and the liquidity. Use the tokens search endpoint to discover slugs.
⚠️ Common errors: 412: Token not found
POST
/dappradar/tokens/markets
Authorizations
API token from the dashboard
Headers
Body
application/json
Token slug from its DappRadar url (the part after /token/)
Minimum string length:
1Examples:
"bitcoin"
"ethereum"
"uniswap"
Number of trading pairs to return
Required range:
x >= 1Max scrapping execution timeout (in seconds)
Required range:
20 <= x <= 1500