v3

OpenAPI 3.0.02026-07-31103181312.8 KB
incentive-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

next_cursorstring

Cursor for pagination to get the next page of results

Example response

{
  "incentive_programs": [
    {
      "target_size_fp": "10.00"
    }
  ]
}