Skip to main content

cex_candle_symbols

List available trading symbols for candlestick data on a specific exchange. Use to discover tradeable pairs before querying cex_candle.

Usage hints:

  • Filter by market (spot/futures) to narrow results

REST endpoint

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

Parameters

NameTypeRequiredDefaultDescriptionExample
exchangestringnoSpecifies exchange name"..."
marketstringnoSpecifies market type (spot, futures)"..."

Example invocation

JSON-RPC tools/call payload:

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