curl --request POST \
--url https://prv.gateway.indexer.biya.io/injective_oracle_rpc.InjectiveOracleRpc/OracleListList all oracles
curl --request POST \
--url https://prv.gateway.indexer.biya.io/injective_oracle_rpc.InjectiveOracleRpc/OracleList{
"oracles": [
{
"symbol": "string",
"base_symbol": "string",
"quote_symbol": "string",
"oracle_type": "string",
"price": "string"
}
]
}