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
Optional filter by profile ID
Optional filter by statuses
- ACTIVE: The rule is active, deposits matching the
source_assetandsourceof this rule start a conversion and subsequent delivery of thedestination_assetto the specifieddestination. - DELETED: The rule has been deleted, newly deposited
source_assetsto thesourceof this rule will not be converted. The depositedsource_assetis still going to be credited to the Profile specified byprofile_id. - PENDING: The rule creation is pending approval(s) before the rule becomes ACTIVE.
- REJECTED: The rule creation has been rejected during the approval process.
- CANCELLED: The rule creation has been cancelled before it could be approved.
Optional filter by source asset
Optional filter by destination asset
Optionally filter by the UUIDs of the orchestration rules. Limit 100.
Number of results to return. Defaults to 100 if no limit is provided. Maximum 1000.
Sort order for the results. Defaults to DESC by created_at time.
DESC, ASC Optional Cursor for getting the next page of results.