Historical price records
Query parameters
oraclestring · enumOptionalPossible values:
symbol_idstringOptional
Responses
200
A successful response.
application/json
default
An unexpected error response.
application/json
get
GET /injective/oracle/v1beta1/historical_price_records HTTP/1.1
Host: inj.nownodes.io
Accept: */*
{
"price_records": [
{
"oracle": "Unspecified",
"symbol_id": "text",
"latest_price_records": [
{
"timestamp": "text",
"price": "text"
}
]
}
]
}