dex_exchanges
List all DEX protocols supported (e.g., uniswap, sushiswap, pancakeswap). Use to discover available DEX data sources.
REST endpoint
GET /api/v1/dex/exchanges — see REST reference.
Parameters
No parameters.
Example invocation
JSON-RPC tools/call payload:
{
"jsonrpc": "2.0",
"id": 1,
"method": "tools/call",
"params": {
"name": "dex_exchanges",
"arguments": {}
}
}