Historical price records

Retrieves historical price records for a given OracleType and Symbol

get
Query parameters
oraclestring · enumOptionalPossible values:
symbol_idstringOptional
Responses
200
A successful 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"
        }
      ]
    }
  ]
}