cex_fees_symbols
List symbols with fee data on a specific exchange.
Usage hints:
- Exchange parameter is required
REST endpoint
GET /api/v1/cex/fees/symbols — see REST reference.
Parameters
| Name | Type | Required | Default | Description | Example |
|---|---|---|---|---|---|
exchange | string | yes | Specifes exchange | "..." |
Example invocation
JSON-RPC tools/call payload:
{
"jsonrpc": "2.0",
"id": 1,
"method": "tools/call",
"params": {
"name": "cex_fees_symbols",
"arguments": {
"exchange": "..."
}
}
}