Historical trade records

Retrieves historical trade records for a given market ID

get
Query parameters
market_idstringOptional
Responses
200
A successful response.
application/json
get
GET /injective/exchange/v1beta1/historical_trade_records HTTP/1.1
Host: inj.nownodes.io
Accept: */*
{
  "trade_records": [
    {
      "market_id": "text",
      "latest_trade_records": [
        {
          "timestamp": "text",
          "price": "text",
          "quantity": "text"
        }
      ]
    }
  ]
}