Funding Rate

Access funding rates for perpetual contracts from major exchanges — aggregated and normalized for simple use.

What Is It For?

Funding rates are essential for:

  • Arbitrage: Identify rate gaps between exchanges
  • Sentiment analysis: Positive rates indicate bullish sentiment, negative rates indicate bearish sentiment
  • Position management: Anticipate financing costs on your positions

Available Exchanges

FieldTypeDescription
Binance8hUSDT
Bybit8hUSDT
OKX8hUSDT
Deribit8hUSD
Hyperliquid1h-

Features

Quick Example

Retrieve current funding rates for Bitcoin:

bash
curl "https://api.nefariouslabs.dev/api/funding-rates?symbol=BTC"

Response:

json
{
"data": [
{
"symbol": "BTC",
"exchange": "binance",
"rate": 0.0001,
"fundingTime": "2024-01-15T08:00:00Z",
"markPrice": 42500.50
},
{
"symbol": "BTC",
"exchange": "bybit",
"rate": 0.00012,
"fundingTime": "2024-01-15T08:00:00Z",
"markPrice": 42501.20
}
]
}

Available Endpoints

FieldTypeDescription
GET /api/funding-ratesCurrent funding rates by symbol
GET /api/funding-rates/historyHistorical funding rates
GET /api/exchangesList of exchanges and their status
GET /healthService status

Full API Reference

Consult the detailed endpoint documentation with all parameters and examples.

Ready to start building?

Get your API key in seconds. Free tier included.

Get Started — free

No credit card required