v4
latestOpenAPI 3.0.02026-08-04103181301.4 KBincentive-programs
Get Incentives
List incentives with optional filters. Incentives are rewards programs for trading activity on specific markets.
get/incentive_programs
Query parameters
status'all' | 'active' | 'upcoming' | 'closed' | 'paid_out'
Status filter. Can be "all", "active", "upcoming", "closed", or "paid_out". Default is "all".
type'all' | 'liquidity' | 'volume'
Type filter. Can be "all", "liquidity", or "volume". Default is "all".
incentive_descriptionstring
Filter by exact incentive description.
limitinteger
Number of results per page. Defaults to 100. Maximum value is 10000.
cursorstring
Cursor for pagination
Response
Incentive programs retrieved successfully
Example response
{
"incentive_programs": [
{
"target_size_fp": "10.00"
}
]
}