Perp Prices
Rate limits
1200 requests/min or 200 requests/10secs per IP address. (weight = 2)
Single Product
Request
Request Parameters
Parameter
Type
Required
Description
product_id
number
Yes
ID of the perp product to fetch prices for.
Response
Multiple Products
Request
Request Parameters
Parameter
Type
Required
Description
product_ids
number[]
Yes
IDs of perp products to fetch prices for.
Response
Response Fields
Field Name
Description
product_id
ID of the perp product.
index_price_x18
Latest index price of the perp product, multiplied by 10^18.
mark_price_x18
Latest mark price of the perp product, multiplied by 10^18.
update_time
Epoch time in seconds when the perp prices were last updated.
Last updated