QueryOraclePriceResponse is the response type for the Query/OraclePrice RPC method.
GET /injective/oracle/v1beta1/price HTTP/1.1 Host: inj.nownodes.io Accept: */*
A successful response.
{ "price_pair_state": { "pair_price": "text", "base_price": "text", "quote_price": "text", "base_cumulative_price": "text", "quote_cumulative_price": "text", "base_timestamp": "text", "quote_timestamp": "text" } }