Authorizations
Paxos APIs use OAuth 2 with the client credentials grant flow.
Token URLs:
- Production: https://oauth.paxos.com/oauth2/token
- Sandbox: https://oauth.sandbox.paxos.com/oauth2/token
Learn more in the API credentials guide →
Query Parameters
Optionally filter by the UUIDs of the crypto destination addresses. Limit 100.
Optionally filter by the crypto_network
of the destination addresses. Limit 100.
Optionally filter by specific addresses. Limit 100.
Optionally filter by specific nicknames. Limit 100.
Optionally filter by bookmarked status. If omitted, addresses regardless of bookmarked status will be returned.
Include timestamps strictly less than lt. RFC3339 format, like 2006-01-02T15:04:05Z
.
Include timestamps less than or equal to lte. RFC3339 format, like 2006-01-02T15:04:05Z
.
Include timestamps exactly equal to eq. RFC3339 format, like 2006-01-02T15:04:05Z
.
Include timestamps greater than or equal to lte. RFC3339 format, like 2006-01-02T15:04:05Z
.
Include timestamps strictly greater than gt. RFC3339 format, like 2006-01-02T15:04:05Z
.
Number of results to return. Defaults to 100 if no limit is provided. Maximum 1000.
Return items in ascending (ASC) or descending (DESC) order. Defaults to DESC.
DESC
, ASC
The specific method by which the returned results will be ordered.
CREATED_AT
Optional cursor for getting the next page of results.