Skip to main content

funding_rate_symbols

List symbols with funding rate data on a specific exchange.

REST endpoint

GET /api/v1/funding-rate/symbols — see REST reference.

Parameters

NameTypeRequiredDefaultDescriptionExample
exchangestringnoSpecifies exchange name. Omit to receive symbols for all exchanges; constrain to a single exchange when filtering."..."

Example invocation

JSON-RPC tools/call payload:

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