Access real-time funding rates data from multiple exchanges via our REST API.
Returns funding rates data for all supported symbols across all exchanges.
This endpoint accepts no parameters and returns all available data.
The API returns a JSON object with the following structure:
Field | Type | Description |
---|---|---|
symbols |
Array | List of all available symbols (cleaned/normalized) |
exchanges |
Object | Exchange information including names and display names |
funding_rates |
Object | Funding rates data organized by exchange and symbol |
oi_rankings |
Object | Open interest rankings by symbol (from Binance) |
default_oi_rank |
String | Default OI rank value for symbols without ranking |
timestamp |
String | UTC timestamp of the response |
The API data is updated every 60 seconds. There are currently no rate limits in place, but please be respectful with your requests.
In case of errors, the API returns appropriate HTTP status codes with error details: