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 →
Body
The Profile associated with a conversion.
Client provided, unique Reference ID for lookup and replay protection.
The Identity ID associated with the user requesting the conversion. Required only for customers with 3rd-Party integrations.
The Account ID associated with the user requesting the conversion. Required only for customers with 3rd-Party integrations.
Optional client-specified stored metadata.
For directed settlement, the receiving side profile_id
.
Response
A successful response.
System provided UUID for the conversion is provided in the Create Stablecoin Conversion response.
Required parameter for the Get Stablecoin Conversion request.
The Profile associated with a conversion. Required in the Create Stablecoin Conversion request.
Client provided, unique Reference ID included the Create Stablecoin Conversion request.
The Identity ID associated with the user requesting the conversion. Required only for customers with 3rd-Party integrations.
The Account ID associated with the user requesting the conversion. Required only for customers with 3rd-Party integrations.
The time at which the conversion was requested.
See RFC3339 format, like 2006-01-02T15:04:05Z
.
The time at which the conversion was last updated.
RFC3339 format, like 2006-01-02T15:04:05Z
.
Optional client-specified stored metadata.
For directed settlement, the receiving side profile_id
.