POST
https://prv.gateway.indexer.biya.io
/
injective_oracle_rpc.InjectiveOracleRpc
/
Price
Price
curl --request POST \
  --url https://prv.gateway.indexer.biya.io/injective_oracle_rpc.InjectiveOracleRpc/Price \
  --header 'Content-Type: application/json' \
  --data '
{
  "base_symbol": "<string>",
  "quote_symbol": "<string>",
  "oracle_type": "<string>",
  "oracle_scale_factor": 123
}
'
Get the price of an oracle.
base_symbol
string
required
Base symbol (required)
quote_symbol
string
required
Quote symbol (required)
oracle_type
string
required
Oracle type (required)
oracle_scale_factor
number
Oracle scale factor (optional)

Response

{
  "price": "string"
}