Create Orchestration Rule
Creates a persistent orchestration rule that automatically triggers orchestrations when matching deposits are received.
The rule will:
- Generate deposit instructions associated with the rule.
- Continuously monitor incoming deposits to those instructions.
- Automatically execute orchestrations to the specified destination.
Supported Sources:
- Crypto deposit
- Fiat deposit
Supported Destinations:
- Crypto address on a supported network
- Bank account
- Profile ID
Error conditions:
- Already Exists: Returned if a rule with the same ref_id already exists.
Documentation Index
Fetch the complete documentation index at: https://paxos-0ac97319-kristin-rp-5021.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
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
Client-provided unique reference ID for the rule.
Profile ID of the account owner.
Asset being converted from.
Valid values: USDG, PYUSD, USDP, USDC, USD
Asset being converted to.
Valid values: USDG, PYUSD, USDP, USDC, USD
Optional human-readable nickname for the rule.
Identity ID of the account owner.
Account ID where the rule applies.
Response
A successful response.