Skip to main content
GET
/
fapi
/
v1
/
ticker
24Hrs Ticker
curl --request GET \
  --url https://futuresopenapi.odyssey.trade/fapi/v1/ticker
{
  "time": 123,
  "high": "<string>",
  "low": "<string>",
  "last": "<string>",
  "vol": "<string>",
  "buy": "<string>",
  "sell": "<string>",
  "rose": "<string>"
}

Query Parameters

contractName
string
required

Response

time
integer
required
high
string
required
low
string
required
last
string
required
vol
string
required
buy
string
required
sell
string
required
rose
string
required