GET
/
sapi
/
v1
/
ticker
curl --request GET \
  --url https://openapi.odyssey.trade/sapi/v1/ticker
{
  "time": 123,
  "high": "<string>",
  "low": "<string>",
  "last": "<string>",
  "vol": "<string>",
  "amount": "<string>",
  "buy": "<string>",
  "sell": "<string>",
  "rose": "<string>"
}

Query Parameters

symbol
string
required

The uppercase symbol name, e.g., BTCUSDT.

Response

200
application/json
Successful Response

An object with information about an asset per day.