Skip to main content
GET
List Rewards Statements
OAuth Scope

Authorizations

Authorization
string
header
required

Paxos APIs use OAuth 2 with the client credentials grant flow.

Token URLs:

Learn more in the API credentials guide →

Query Parameters

limit
integer<int32>

Maximum number of statements to return. Defaults to 12 if not set.

page_cursor
string

Opaque pagination cursor from a previous response.

asset_type
string

When set, only statements for this asset type are returned.

type
enum<string>

When set, only statements of this content type are returned.

  • STATEMENT_TYPE_MONTHLY_REWARDS: Monthly statement: PDF rewards summary with daily balance totals, rates, and per-payout-group breakdown, plus a CSV per-wallet daily balance export.
Available options:
STATEMENT_TYPE_MONTHLY_REWARDS

Response

200 - application/json

A successful response.

items
object[]

Statements for this page, ordered by period_start descending (newest first).

next_page_cursor
string

Cursor for the next page; empty string if this is the last page.