QueryStorkPriceStatesResponse is the response type for the Query/StorkPriceStates RPC method.
GET /injective/oracle/v1beta1/stork_price_states HTTP/1.1 Host: inj.nownodes.io Accept: */*
A successful response.
{ "price_states": [ { "timestamp": "text", "symbol": "text", "value": "text", "price_state": { "price": "text", "cumulative_price": "text", "timestamp": "text" } } ] }