Historical trade records
Query parameters
market_idstringOptional
Responses
200
A successful response.
application/json
default
An unexpected error 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"
}
]
}
]
}