Price
Gets the price of the oracle
Query parameters
baseSymbolstringRequiredExample:
Oracle base currency
INJ
quoteSymbolstringRequiredExample:
Oracle quote currency
USDT
oracleTypestringRequiredExample:
Oracle Type
band
oracleScaleFactorintegerRequiredExample:
OracleScaleFactor
6
Responses
200
OK response.
application/json
400
Bad Request response.
application/vnd.goa.error
404
Not Found response.
application/vnd.goa.error
500
Internal Server Error response.
application/vnd.goa.error
get
GET /api/exchange/oracle/v1/price HTTP/1.1
Host: inj-indexer.nownodes.io
Accept: */*
{
"price": "14.01"
}