Market Trades

This API provides the trading history for the designated market.

GET /api/v1/trades/

Parameters

  • symbol

    • The market symbol

    • The symbol expression is a combination of base_ticker, a colon (':'), and quote_ticker.

  • page

    • The page number to retrieve, which should be greater than or equal to 1

    • Each page has 20 items

e.g.

curl -X GET \
    -H "Nectar-Api-Key: <apikey>" \
    <nectar_url>/api/v1/trades/?symbol=ETH_ETH:USDT_ETH&page=1

Response

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

getMarketHistory