Fetches the latest CeFi funding rate for a given symbol on a specified exchange. This can be queried via REST or WebSocket.
binance
, bybit
, hyperliquid
, deribit
, okx
).Parameter | Type | Required | Description |
---|---|---|---|
symbol | string | Yes | The trading pair symbol (e.g., BTC) |
quote | string | No | Optional quote currency (e.g., USDT) |
exchange | string | No | Optional CeFi exchanges, comma-separated (binance,bybit,deribit,okx,hyperliquid ) |
symbol
with default exchange
(all supported):symbol
with specific exchange
:
symbol
with mulitple exchange
:symbol
with quote
and multiple exchange
:wss://api.mobula.io
Funding rate response
The response is of type object
.