24-hour price change data
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>" }
The uppercase symbol name, e.g., BTCUSDT.
An object with information about an asset per day.