Skip to main content
GET
/
v1
/
aster
/
fapi
/
v1
/
premiumIndex
Mark Price
curl --request GET \
  --url https://api.hypereth.io/v1/aster/fapi/v1/premiumIndex \
  --header 'X-MBX-APIKEY: <api-key>'
{
  "symbol": "<string>",
  "markPrice": "<string>",
  "indexPrice": "<string>",
  "estimatedSettlePrice": "<string>",
  "lastFundingRate": "<string>",
  "nextFundingTime": 123,
  "interestRate": "<string>",
  "time": 123
}

Authorizations

X-MBX-APIKEY
string
header
required

API Key authentication for Aster Finance

Query Parameters

symbol
string

Response

200 - application/json

Premium index data

  • object
  • object[]
symbol
string
markPrice
string
indexPrice
string
estimatedSettlePrice
string
lastFundingRate
string
nextFundingTime
integer
interestRate
string
time
integer