curl --request GET \
--url https://whitebit.com/api/v4/public/futures{
"success": true,
"message": null,
"result": [
{
"ticker_id": "BTC_PERP",
"stock_currency": "BTC",
"money_currency": "USDT",
"last_price": "24005.5",
"stock_volume": "196965.591",
"money_volume": "4737879075.7817",
"bid": "24005.4",
"ask": "24005.6",
"high": "24295.1",
"low": "23765.3",
"product_type": "Perpetual",
"open_interest": "6000",
"index_price": "24019.25",
"index_name": "Bitcoin",
"index_currency": "BTC",
"funding_rate": "0.000044889033693137",
"next_funding_rate_timestamp": "1660665600000",
"brackets": {
"1": 0,
"2": 0,
"3": 0,
"5": 0,
"10": 0,
"20": 0,
"50": 20,
"100": 50
},
"max_leverage": 100,
"funding_interval_minutes": 300
}
]
}This endpoint returns the list of available futures markets.
Response is cached for: 1 second
Rate limit 2000 requests/10 sec.
curl --request GET \
--url https://whitebit.com/api/v4/public/futures{
"success": true,
"message": null,
"result": [
{
"ticker_id": "BTC_PERP",
"stock_currency": "BTC",
"money_currency": "USDT",
"last_price": "24005.5",
"stock_volume": "196965.591",
"money_volume": "4737879075.7817",
"bid": "24005.4",
"ask": "24005.6",
"high": "24295.1",
"low": "23765.3",
"product_type": "Perpetual",
"open_interest": "6000",
"index_price": "24019.25",
"index_name": "Bitcoin",
"index_currency": "BTC",
"funding_rate": "0.000044889033693137",
"next_funding_rate_timestamp": "1660665600000",
"brackets": {
"1": 0,
"2": 0,
"3": 0,
"5": 0,
"10": 0,
"20": 0,
"50": 20,
"100": 50
},
"max_leverage": 100,
"funding_interval_minutes": 300
}
]
}Successful response
true
null
Show child attributes
Identifier of a ticker with delimiter to separate base/target
"BTC_PERP"
Symbol/currency code of base pair
"BTC"
Symbol/currency code of target pair
"USDT"
Last transacted price of base currency based on given target currency
"24005.5"
24 hour trading volume in base pair volume
"196965.591"
24 hour trading volume in target pair volume
"4737879075.7817"
Current highest bid price
"24005.4"
Current lowest ask price
"24005.6"
Rolling 24-hours highest transaction price
"24295.1"
Rolling 24-hours lowest transaction price
"23765.3"
What product is this? Futures, Perpetual, Options?
"Perpetual"
The open interest in the last 24 hours in contracts
"6000"
Underlying index price
"24019.25"
Name of the underlying index if any
"Bitcoin"
Underlying currency for index
"BTC"
The current funding rate, which may fluctuate due to market conditions
"0.000044889033693137"
Timestamp of the next funding rate change
"1660665600000"
Max Leverage
100
Funding interval in minutes
300