cURL
curl --request POST \ --url https://prv.gateway.indexer.biya.io/injective_oracle_rpc.InjectiveOracleRpc/PriceV2 \ --header 'Content-Type: application/json' \ --data ' { "filters": [ {} ] } '
Get prices of multiple oracles (V2)
base_symbol
quote_symbol
oracle_type
oracle_scale_factor
{ "prices": [ { "base_symbol": "string", "quote_symbol": "string", "oracle_type": "string", "oracle_scale_factor": "number", "price": "string", "market_id": "string" } ] }