Wallet Credit Totals
Credits API Reference
Wallet Credit Totals
Lifetime or time-windowed totals per credit type for one wallet, in one call. Polymarket’s own API only exposes these as a raw activity feed you would have to page and sum yourself.
GET
Wallet Credit Totals
Total credits received by a wallet, per program, in one call. Add
Rebates only, June 2026:
start_ts/end_ts for time-windowed totals (for example, rebates earned this month).
The response includes an
identity block: username, controlling eoa, wallet_type, and other_wallets — the user’s other deployed Polymarket wallets (same controlling account). Polymarket’s own API does not expose this anywhere.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
All five programs at once:Authorizations
Path Parameters
Wallet (proxy) address.
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).
Response
200 - application/json
Success

