POST
https://prv.gateway.indexer.biya.io
/
injective_oracle_rpc.InjectiveOracleRpc
/
OracleList
OracleList
curl --request POST \
  --url https://prv.gateway.indexer.biya.io/injective_oracle_rpc.InjectiveOracleRpc/OracleList
List all oracles.

Response

{
  "oracles": [
    {
      "symbol": "string",
      "base_symbol": "string",
      "quote_symbol": "string",
      "oracle_type": "string",
      "price": "string"
    }
  ]
}