Skip to main content
GET
/
fapi
/
v1
/
index
Obtain Index/Tag Price
curl --request GET \
  --url https://futuresopenapi.odyssey.trade/fapi/v1/index
{
  "indexPrice": "<string>",
  "tagPrice": "<string>",
  "nextFundRate": "<string>",
  "currentFundRate": "<string>"
}

Query Parameters

contractName
string
required

Response

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