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
| Name | Type | Required | Default | Description | Example |
|---|---|---|---|---|---|
exchange | string | no | Specifies exchange name | "..." | |
market | string | no | Specifies 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": {}
}
}