Global Credit Stats
Credits API Reference
Global Credit Stats
Program-wide aggregates per credit type: totals, unique recipients, batch transaction counts, average credit size, plus a bucketed series.
GET
Global Credit Stats
Program-wide totals and time series: how much Polymarket pays out per program, to how many wallets, at what average size.
Taker rebates by day since launch:
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
Monthly payout volumes for every program:unique_recipients is exact for all-time requests and null when you pass start_ts/end_ts. interval=hour requires a window of 7 days or less.Authorizations
Query Parameters
Comma-separated set of credit types (One of reward, yield, maker_rebate, taker_rebate, referral_reward), or all for every type.
hour, day (default), week, or month.
Unix seconds start bound (inclusive).
Unix seconds end bound (inclusive).
Response
200 - application/json
Success

