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)
See more details in API Rate limits
Request
Request Parameters
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. Refer to the trading rewards page for detailed information.
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
reward_coefficient
: A dynamic, relative metric indicating the amount of $VRTX earned per market, with 1.00 being average. Higher token allocation to a market results in an increased reward coefficient.maker_fee
: % of maker fees this MM contributed.uptime
: % of uptime from the start of the epoch.sum_q_min
: sum(q_min, across all minutes).q_score
: A performance metric assessing a market maker's contributions and effectiveness within a specific epoch.maker_share
: % of q_score this MM contributed.expected_maker_reward
: Expected amount of tokens this MM can get from the makers program.
Last updated