Coinbase price states

Retrieves the state for all coinbase price feeds

get

/injective/oracle/v1beta1/coinbase_price_states

Responses
curl -L \
  --url 'https://inj.nownodes.io/injective/oracle/v1beta1/coinbase_price_states'
{
  "price_states": [
    {
      "kind": "text",
      "timestamp": "text",
      "key": "text",
      "value": "text",
      "price_state": {
        "price": "text",
        "cumulative_price": "text",
        "timestamp": "text"
      }
    }
  ]
}