Oracle Price
Query latest oracle price for provided product ids
Rate limits
1200 requests/min or 200 requests/10secs per IP address. (weight = 2)
See more details in API Rate limits
Request
Request Parameters
Parameter
Type
Required
Description
product_ids
number[]
Yes
Ids of products to fetch oracles price for.
Response
Response Fields
Prices
Field name
Description
product_id
Id of product oracle price corresponds to.
oracle_price_x18
Latest oracle price multiplied by 10^18.
update_time
Epoch in seconds the oracle price was last updated at.
Last updated