GET
/
fapi
/
v1
/
index
curl --request GET \
  --url https://futuresopenapi.odyssey.trade/fapi/v1/index
{
  "indexPrice": "<string>",
  "tagPrice": "<string>",
  "nextFundRate": "<string>",
  "currentFundRate": "<string>"
}

Query Parameters

contractName
string
required

The uppercase contract name, e.g., E-BTC-USDT.

Response

200
application/json
Successful Response

An object that contains information about the index price, tag price and funding data.

indexPrice
string
required
tagPrice
string
required
nextFundRate
string
required
currentFundRate
string
required