Query Details
Fetches the latest CeFi funding rate for a given symbol.- If no exchange is provided, the endpoint returns the rate from all supported CeFi exchanges by default (
binance
,bybit
,hyperliquid
,deribit
,okx
). - You can specify one or more exchanges by separating them with commas.
Query Parameters
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 ) |
Usage Examples
-
REST
- Query by
symbol
with defaultexchange
(all supported):
symbol
with specific exchange
:
- Query by
symbol
with mulitpleexchange
:
- Query by
symbol
withquote
and multipleexchange
:
-
WebSocket Access
View more details →
- Endpoint:
wss://api.mobula.io
- Payload example: