This API provides summarized trading data of all markets over the past 24 hours.
GET /api/v1/ticker/24hr/ GET /api/v1/ticker/24hr/{symbol}/
symbol?: string
A market symbol, which is a combination of a base ticker, a colon, and a quote ticker.
If set, returns 24-hour trading information for a market of the given symbol; otherwise, returns all 24-hour trading informations.
E.g., ETH_ETHSEPOLIA:USDT_ETHSEPOLIA
ETH_ETHSEPOLIA:USDT_ETHSEPOLIA
curl -X GET \ -H "Nectar-Api-Key: <apikey>" \ <nectar_url>/api/v1/ticker/24hr/
For more detailed information, please refer to the link below:
getAllMarket24h
getMarket24h
Last updated 1 year ago