Pricefeed price states

Retrieves the state for all price feeds

get

/injective/oracle/v1beta1/pricefeed_price_states

Responses
curl -L \
  --url 'https://inj.nownodes.io/injective/oracle/v1beta1/pricefeed_price_states'
{
  "price_states": [
    {
      "base": "text",
      "quote": "text",
      "price_state": {
        "price": "text",
        "cumulative_price": "text",
        "timestamp": "text"
      },
      "relayers": [
        "text"
      ]
    }
  ]
}