Maker Statistics
Retrieves historical performance data of market makers (MMs) in Vertex for a specified product, epoch, and time range.
Rate limits
240 requests/min or 40 requests/10secs per IP address. (weight = 10)
Request
Request Parameters
Parameter
Type
Required
Description
product_id
number
Yes
Id of product to fetch maker statistics for.
epoch
number
Yes
Discrete time period (1-6) used to calculate and distribute maker rewards.
interval
number
Yes
In seconds, determines the time range of the returned data, where the data fetched is between [current_time - interval, current_time]
; if epoch is in the past, represents the number of seconds from the epochs' end time.
Response
Last updated