v1

latestOpenAPI 3.0.12026-07-2683220192.3 KB
Incentives

Get Incentive Programs

Get incentive programs for each market. This endpoint is public and requires no authentication.

get/v1/incentives

Query parameters

pageSizeinteger

Number of markets to return per page. Use with pageToken for pagination. Example: 10

pageTokenstring

Pagination token from a previous response's nextPageToken field. Omit for the first request

symbolsstring[]

Filter by market symbols. Returns only programs for the specified markets. Example: aec-nba-bos-nyk-2026-04-01

orderBy'created_at'

Field to sort results by. created_at sorts by program start time, reward sorts by reward pool size

orderDirection'asc' | 'desc'

Sort direction. Default: desc

statusesstring[]

Filter by program status. Multiple values can be provided. Example: statuses=active&statuses=pending

Response

List of incentive programs grouped by market

nextPageTokenstring

Pagination token for next page. Empty if no more results