Skip to main content
GET
List claims
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

payout_group_id
string

Optional filters

statuses
enum<string>[]
Available options:
PENDING,
SUBMITTED,
CONFIRMED,
FAILED
chain
string
jurisdiction
string
start_time
string<date-time>

Start and end times - Inclusive

end_time
string<date-time>
asset_type
string

When set, only claims for this asset type (e.g. "USDG", "PYUSD") are returned.

limit
integer<int32>

Pagination

page_cursor
string

Response

200 - application/json

A successful response.

items
Claim represents a reward claim transaction · object[]

Claims in this page of results.

next_page_cursor
string

Token to retrieve the next page of results, or empty if there are no more results.