Funding Rates API Documentation
Access real-time funding rates data from multiple exchanges via our REST API.
⚠️ IMPORTANT: Production Trading Warning
DO NOT rely on this API for production trading systems. While we strive for accuracy, we cannot guarantee data integrity, availability, or real-time precision. This API is provided for informational purposes only.
Use at your own risk. Loris Tools is not responsible for any trading losses that may occur from using this data. Always verify funding rates directly with exchanges before making trading decisions.
📋 Commercial Use Attribution Requirement
Anyone using this API for commercial purposes MUST provide attribution by linking back to Loris Tools.
Required attribution format:
This includes but is not limited to: websites, applications, trading bots, research reports, or any service that generates revenue. Personal use is permitted without attribution.
Endpoint
Returns funding rates data for all supported symbols across all exchanges.
Parameters
This endpoint accepts no parameters and returns all available data.
Response Format
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 |
Example Request
-H "Accept: application/json"
Example Response
Rate Limits
The API data is updated every 60 seconds. There are currently no rate limits in place, but please be respectful with your requests. There is no benefit to making requests faster than 60 seconds.
Error Responses
In case of errors, the API returns appropriate HTTP status codes with error details:
500 Internal Server Error
Exchange Notes
- Extended, Hyperliquid, Lighter, Vest: These exchanges use 1-hour funding intervals. Rates are multiplied by 8 for comparison with 8-hour exchanges.
- Symbol Normalization: Symbols are cleaned and normalized to remove quote currencies and separators for consistent comparison.
- Quote Priority: When multiple quote currencies are available, the API prioritizes USDT → USD → USDC → BUSD → UST.