Global Credit Feed
Credits API Reference
Global Credit Feed
Most recent credit events across ALL wallets — watch large rebates or rewards land in near real time. Cursor-paginated.
GET
Global Credit Feed
Recent credits across all wallets, newest first, cursor-paginated.
Page with the returned cursor:
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 intype/types:
| Value | Program |
|---|---|
reward | Liquidity rewards |
yield | Yield on balances |
maker_rebate | Maker rebates |
taker_rebate | Taker rebates |
referral_reward | Referral rewards |
types accepts a comma-separated set (types=maker_rebate,taker_rebate) or all.
Examples
Large rebates landing right now:Authorizations
Query Parameters
Comma-separated set of credit types (One of reward, yield, maker_rebate, taker_rebate, referral_reward), or all for every type.
Unix seconds start bound (inclusive).
Unix seconds end bound (inclusive).
Minimum credit amount (USD) — whale filter.
Rows per page, max 500 (default 100).
Opaque cursor from next_cursor of the previous page.
Response
200 - application/json
Success

