Skip to main content

funding_rate_latest

Get current/latest funding rates across exchanges for perpetual futures contracts. Shows real-time funding rate, next funding time, and interval. Key data for funding rate arbitrage and market sentiment analysis.

Usage hints:

  • Compare rates across exchanges to find funding rate arbitrage opportunities
  • Positive rates = longs pay shorts (bullish bias); negative = shorts pay longs (bearish bias)
  • Combine with ticker for volume context and premium for cross-exchange analysis

REST endpoint

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

Parameters

NameTypeRequiredDefaultDescriptionExample
exchangestringyesSpecifies exchange"..."
symbolstringyesSpecifies symbol"..."

Example invocation

JSON-RPC tools/call payload:

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