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.
Note on Hyperliquid (DEX - HIP3):
Funding rates from Hyperliquid DEX are available exclusively for HIP3 instruments.
To retrieve them, prefix the symbol withdex:(e.g.,dex:BTC).
For custom HIP3 perpetuals such asXYZ100, use the following format:or in the WebSocket payload:Thisdex:prefix is required to access Hyperliquid DEX (HIP3) funding data and clearly distinguishes it from standard CeFi symbols.
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
symbolwith defaultexchange(all supported):
symbol with specific exchange:
- Query by
symbolwith mulitpleexchange:
- Query by
symbolwithquoteand multipleexchange:
-
WebSocket Access
View more details →
- Endpoint:
wss://api.mobula.io - Payload example: