Get Incentives
List incentives with optional filters. Incentives are rewards programs for trading activity on specific markets.
Query parameters
Status filter. Can be "all", "active", "upcoming", "closed", or "paid_out". Default is "all".
Type filter. Can be "all", "liquidity", "volume", or "margin_maker_volume". Default is "all".
Filter by exact incentive description.
Number of results per page. Defaults to 100. Maximum value is 10000.
Cursor for pagination
Response
Incentive programs retrieved successfully
Example response
{
"incentive_programs": [
{
"target_size_fp": "10.00"
}
]
}Changes
Changed in 2 of the 17 revisions of this API.32
- ●
added the new
margin_maker_volumeenum value to theincentive_programs/items/incentive_typeresponse property for the response status200response-property-enum-value-added
- ○
added the new enum value
margin_maker_volumeto thequeryrequest parametertyperequest-parameter-enum-value-added
- ○
added the optional property
incentive_programs/items/max_reward_per_accountto the response with the200statusresponse-optional-property-added
- ●
- ●
removed the optional property
servicefrom the response with the400statusresponse-optional-property-removed
- ●
removed the optional property
servicefrom the response with the500statusresponse-optional-property-removed
This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ●