Stork price states

Retrieves the state for all stork price feeds

get
Responses
200
A successful response.
application/json
get
GET /injective/oracle/v1beta1/stork_price_states HTTP/1.1
Host: inj.nownodes.io
Accept: */*
{
  "price_states": [
    {
      "timestamp": "text",
      "symbol": "text",
      "value": "text",
      "price_state": {
        "price": "text",
        "cumulative_price": "text",
        "timestamp": "text"
      }
    }
  ]
}

Revision created

GitBook: No commit message