Returns an array of current rewards including user earnings and live percentages per market for a provided day.
Results are paginated (100 items per page by default, max 500). Use next_cursor to fetch subsequent pages. A next_cursor value of “LTE=” indicates the last page.
Requires CLOB L2 Auth headers.
Optional features:
q parametertag_slug parameter (multiple values are OR’ed)favorite_markets=trueorder_by and position parametersYour API key
Ethereum address associated with the API key
HMAC signature of the request
API key passphrase
Unix timestamp of the request
Date in YYYY-MM-DD format. Defaults to current date if not provided.
Signature type for address derivation (required for API KEY auth):
0, 1, 2 Maker address to query data for
If true, returns sponsored reward earnings
Pagination cursor from previous response
Number of items per page (max 500, values above are capped)
x <= 500Search query to filter markets by question/description
Filter by tag slug (can be repeated for OR logic)
If true, only show markets favorited by the user (requires auth)
Filter for markets with no competition
Filter for only mergeable markets
Filter for markets where user has open orders
Filter for markets where user has open positions
Field to sort by
max_spread, min_size, end_date, earning_percentage, rate_per_day, earnings, spread, competitiveness, question, price, market, volume_24hr Sort direction
ASC, DESC Successfully retrieved user earnings and market configurations
Paginated list of user rewards markets