Get rewards payouts (claim checks)

Returns a paginated list of rewards payouts (claim checks) for the project associated with the API key.
This endpoint allows filtering by status, user address, date range, and other criteria.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
integer
≥ 1
Defaults to 1

Page number for pagination

integer
1 to 100
Defaults to 25

Number of results per page

date-time

Filter by lifecycle timestamp. For status=open uses created_at.
For status=unclaimed uses closed_at. For status=claimed uses claimed_at.
When status is omitted, date filters apply per slice (open, closed, claimed).

date-time

End of date range (ISO 8601). See from_date for which column is filtered per status.

string
enum

Filter by lifecycle (open, unclaimed, claimed). unclaimed returns closed rows not yet claimed on-chain (response status may be valid or expired).
When omitted, all rows are returned.

Allowed:
string

Filter by conversion name (payout or movement-derived)

uuid

Filter by conversion UUID

string
enum

Field to sort by

Allowed:
string
enum

Sort order

Allowed:
string

Filter by on-chain deposit address. Mutually exclusive with source_user_identifier.

string

Filter by source user identifier (email or uuid). Returns claim checks whose original_user_identifier matches. Mutually exclusive with user_address.

string
enum

Type of source_user_identifier. Required together with source_user_identifier.

Allowed:
string
enum

Filter by payout recipient type. Use affiliate_payout for affiliate rewards or end_user_payout for end-user rewards.

Allowed:
Responses

400

Bad Request - Invalid parameters

401

Unauthorized - Missing or invalid API key

404

Project not found

Language
Credentials
Bearer
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json