QueryBandIBCPriceStatesResponse is the response type for the Query/BandIBCPriceStates RPC method.
GET /injective/oracle/v1beta1/band_ibc_price_states HTTP/1.1 Host: inj.nownodes.io Accept: */*
A successful response.
{ "price_states": [ { "symbol": "text", "rate": "text", "resolve_time": "text", "request_ID": "text", "price_state": { "price": "text", "cumulative_price": "text", "timestamp": "text" } } ] }