Skip to main content
GET
Wallet Credit Totals
Total credits received by a wallet, per program, in one call. Add 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 in type/types: types accepts a comma-separated set (types=maker_rebate,taker_rebate) or all.

Examples

All five programs at once:
Rebates only, June 2026:

Authorizations

x-api-key
string
header
required

Path Parameters

addr
string
required

Wallet (proxy) address.

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).

Response

200 - application/json

Success