This API provides the trading history for the designated market.
GET /api/v1/trades/?symbol=string
symbol: string
A market symbol, which is a combination of a base ticker, a colon, and a quote ticker.
E.g., ETH_ETHSEPOLIA:USDT_ETHSEPOLIA
ETH_ETHSEPOLIA:USDT_ETHSEPOLIA
curl -X GET \ -H "Nectar-Api-Key: <apikey>" \ <nectar_url>/api/v1/trades/?symbol=ETH_ETH:USDT_ETH&page=1
For more detailed information, please refer to the link below:
getTrades
Last updated 1 year ago