Skip to main content
GET
Global Credit Feed
Recent credits across all wallets, newest first, cursor-paginated. min_amount turns it into a whale-credit watch.
Every event carries username — the recipient’s Polymarket display name — where known (null otherwise).

Credit types

Every credits endpoint accepts these values in type/types: types accepts a comma-separated set (types=maker_rebate,taker_rebate) or all.

Examples

Large rebates landing right now:
Page with the returned cursor:

Authorizations

x-api-key
string
header
required

Query Parameters

types
string

Comma-separated set of credit types (One of reward, yield, maker_rebate, taker_rebate, referral_reward), or all for every type.

start_ts
integer

Unix seconds start bound (inclusive).

end_ts
integer

Unix seconds end bound (inclusive).

min_amount
string

Minimum credit amount (USD) — whale filter.

limit
integer

Rows per page, max 500 (default 100).

cursor
string

Opaque cursor from next_cursor of the previous page.

Response

200 - application/json

Success