Crypto Funding Rate API
Real-time cryptocurrency funding rates AND liquidation data aggregated from multiple derivatives venues. Funding Rates — 10 assets, 2 sources, 77,000+ historical data points back to January 2021. Updated every 8 hours. Liquidation Data — Real-time liquidation events across 10 assets with 5-minute aggregated buckets. This granular data is not available for free elsewhere. All data is collected,…
Crypto Funding Rate API endpoints
| Method | Endpoint | Description |
|---|---|---|
| Rates | ||
| GET |
getRateHistory /v1/rates/history |
Query historical funding rates with optional filters. Supports pagination for large datasets. |
| GET |
getAssetRate /v1/rates/{symbol} |
Returns current rate, 7-day average, 24-hour history, and carry trade signal assessment for a specific asset. |
| GET |
getCurrentRates /v1/rates/current |
Returns the latest funding rate for all 10 tracked assets across all exchanges. |
| Opportunities | ||
| GET |
getOpportunities /v1/opportunities |
All current carry trade opportunities ranked by annualised yield. Includes signal strength (strong/moderate/weak), 7-day consistency score, and recommended direction (long_carry… |
| GET |
getSpreads /v1/spreads |
Shows funding rate differences between exchanges for the same asset. Useful for cross-exchange arbitrage strategies. |
| Liquidations | ||
| GET |
getLiquidationsSummary /v1/liquidations/summary |
Cross-asset liquidation summary with 24-hour and 7-day totals. Includes per-asset breakdowns with long/short ratios and event counts. One call gives you the full market… |
| GET |
getLiquidationsRecent /v1/liquidations/recent |
Returns the most recent raw liquidation events from the Bybit WebSocket stream. Each event includes symbol, side (long/short), size, price, and USD value. Data updates in… |
| GET |
getLiquidationsHistory /v1/liquidations/history |
Returns aggregated liquidation data in configurable time intervals (5m, 1h, 1d). Includes long/short breakdowns, event counts, and total USD values. Useful for charting… |
| GET |
getLiquidationsSymbol /v1/liquidations/{symbol} |
Detailed liquidation data for a specific asset including 24h/7d aggregates, top 10 largest liquidation events, and hourly breakdown buckets. |
| Meta | ||
| GET |
getStats /v1/stats |
Returns supported assets, exchanges, total data points, and pricing tiers. |
Crypto Funding Rate API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO Recommended | $10 / month | 100 / minute |
|
| ULTRA | $50 / month | — |
|