Price

price InjectiveOracleRPC

get

Gets the price of the oracle

Query parameters
baseSymbolstringRequired

Oracle base currency

Example: INJ
quoteSymbolstringRequired

Oracle quote currency

Example: USDT
oracleTypestringRequired

Oracle Type

Example: band
oracleScaleFactorintegerRequired

OracleScaleFactor

Example: 6
Responses
200
OK response.
application/json
get
GET /api/exchange/oracle/v1/price HTTP/1.1
Host: inj-indexer.nownodes.io
Accept: */*
{
  "price": "14.01"
}