Skip to main content

ticker_symbols

List available trading symbols for ticker data on a specific exchange.

Usage hints:

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

REST endpoint

GET /api/v1/ticker/symbols — see REST reference.

Parameters

NameTypeRequiredDefaultDescriptionExample
exchangestringyesSpecifes exchange"..."
marketstringnoSpecifies market (spot, futures)"..."

Example invocation

JSON-RPC tools/call payload:

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