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
| Name | Type | Required | Default | Description | Example |
|---|---|---|---|---|---|
exchange | string | yes | Specifes exchange | "..." | |
market | string | no | Specifies market (spot, futures) | "..." |
Example invocation
JSON-RPC tools/call payload:
{
"jsonrpc": "2.0",
"id": 1,
"method": "tools/call",
"params": {
"name": "ticker_symbols",
"arguments": {
"exchange": "..."
}
}
}