Price
get
Query parameters
oracle_typestring · enumOptionalPossible values:
basestringOptional
quotestringOptional
scaling_options.base_decimalsinteger · int64Optional
scaling_options.quote_decimalsinteger · int64Optional
Responses
200
A successful response.
application/json
default
An unexpected error response.
application/json
get
GET /injective/oracle/v1beta1/price HTTP/1.1
Host: inj.nownodes.io
Accept: */*
{
"price_pair_state": {
"pair_price": "text",
"base_price": "text",
"quote_price": "text",
"base_cumulative_price": "text",
"quote_cumulative_price": "text",
"base_timestamp": "text",
"quote_timestamp": "text"
}
}