cex_candle_exchanges
List all exchanges that provide candlestick (OHLCV) data. Use this to discover available data sources before querying cex_candle.
REST endpoint
GET /api/v1/cex/candle/exchanges — see REST reference.
Parameters
| Name | Type | Required | Default | Description | Example |
|---|---|---|---|---|---|
market | string | yes | Specifies market type (spot, futures) | "..." |
Example invocation
JSON-RPC tools/call payload:
{
"jsonrpc": "2.0",
"id": 1,
"method": "tools/call",
"params": {
"name": "cex_candle_exchanges",
"arguments": {
"market": "..."
}
}
}