Skip to main content

Mark Price

Type: NONE

Weight: 1 with symbol, 10 without

GET /fapi/v1/premiumIndex

Mark price, index price and current funding rate. Public endpoint: no X-MBX-APIKEY, timestamp or signature required.

Request

GET /fapi/v1/premiumIndex?symbol=BTCUSDT

Query params

NameTypeRequiredNotes
symbolstringnoOmit to get an array for every symbol.

Response — 200 (object with symbol, array without)

{
"symbol": "BTCUSDT",
"markPrice": "60050.50",
"indexPrice": "60048.00",
"estimatedSettlePrice": "60050.50",
"lastFundingRate": "0.0001",
"nextFundingTime": 1714291200000,
"interestRate": "0.0001",
"time": 1714261234567
}
FieldNotes
estimatedSettlePriceSame value as markPrice — no separate estimate is computed.
lastFundingRateThe clamped funding rate for the current interval (see Funding Info for the cap/floor).
interestRateThe market's hourly borrowing-fee rate, not Binance's interest-rate approximation.

Errors

HTTPcodemsg
400-1121Invalid symbol.