Pyth price
get
Query parameters
price_idstringOptional
Responses
200
A successful response.
application/json
default
An unexpected error response.
application/json
get
GET /injective/oracle/v1beta1/pyth_price HTTP/1.1
Host: inj.nownodes.io
Accept: */*
{
"price_state": {
"price_id": "text",
"ema_price": "text",
"ema_conf": "text",
"conf": "text",
"publish_time": "text",
"price_state": {
"price": "text",
"cumulative_price": "text",
"timestamp": "text"
}
}
}