Pricefeed price states

Retrieves the state for all price feeds

get
Responses
application/json
objectOptional

QueryPriceFeedPriceStatesResponse is the response type for the Query/PriceFeedPriceStates RPC method.

get
GET /injective/oracle/v1beta1/pricefeed_price_states HTTP/1.1
Host: inj.nownodes.io
Accept: */*
{
  "price_states": [
    {
      "base": "text",
      "quote": "text",
      "price_state": {
        "price": "text",
        "cumulative_price": "text",
        "timestamp": "text"
      },
      "relayers": [
        "text"
      ]
    }
  ]
}