24-hour price change data
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>" }
The uppercase contract name, e.g., E-BTC-USDT.
An object with information about a contract per day.