Skip to main content

cex_candle_intervals

List supported candle intervals (e.g., 1m, 5m, 1h, 1d) for a specific exchange. Call this before cex_candle to ensure the requested interval is available.

Usage hints:

  • Intervals vary by exchange — always check before requesting candle data

REST endpoint

GET /api/v1/cex/candle/intervals — see REST reference.

Parameters

No parameters.

Example invocation

JSON-RPC tools/call payload:

{
"jsonrpc": "2.0",
"id": 1,
"method": "tools/call",
"params": {
"name": "cex_candle_intervals",
"arguments": {}
}
}