Markets 24hr Summary

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}/

Paths

  • 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

Examples

curl -X GET \
    -H "Nectar-Api-Key: <apikey>" \
    <nectar_url>/api/v1/ticker/24hr/

Response

For more detailed information, please refer to the link below:

Last updated