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
The Profile associated with a conversion. Required in the Create Stablecoin Conversion request.
Client provided, unique Reference ID included the Create Stablecoin Conversion request.
Only return records after this timestamp, inclusive. RFC3339 format, like 2006-01-02T15:04:05Z
.
Only return records before this timestamp, inclusive. RFC3339 format, like 2006-01-02T15:04:05Z
.
Only return records after this timestamp, inclusive. RFC3339 format, like 2006-01-02T15:04:05Z
.
Only return records before this timestamp, inclusive. RFC3339 format, like 2006-01-02T15:04:05Z
.
Return items in ascending (ASC) or descending (DESC) order by created_at
timestamp.
Default order is descending (DESC).
DESC
, ASC
Cursor token for fetching the next page.
Number of results to return.
Default is 100 items. Maximum is 1000 items.