Skip to main content

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

NameTypeRequiredDefaultDescriptionExample
marketstringyesSpecifies 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": "..."
}
}
}