QueryProviderPriceStatesResponse is the response type for the Query/ProviderPriceStates RPC method.
GET /injective/oracle/v1beta1/provider_price_state/{provider}/{symbol} HTTP/1.1 Host: inj.nownodes.io Accept: */*
A successful response.
{ "price_state": { "price": "text", "cumulative_price": "text", "timestamp": "text" } }