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 with username, controlling eoa, wallet_type, deployed, current, wallet_details, and other_wallets. wallet_details separates wallet type from deployment status and identifies the account’s current trading wallet. Polymarket’s own API does not expose this anywhere.Credit types
Every credits endpoint accepts these values intype/types:
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

