ticker_exchanges
List exchanges that provide ticker data.
REST endpoint
GET /api/v1/ticker/exchanges — see REST reference.
Parameters
| Name | Type | Required | Default | Description | Example |
|---|---|---|---|---|---|
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_exchanges",
"arguments": {}
}
}