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-mintlify-fix-orchestration-example-1774904789.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
Body
Client-provided unique reference ID for the rule.
"my-rule-001"
Profile ID of the account owner.
"e8ea8b1c-4e8d-4c59-9e7a-c985194ba2e8"
Asset being converted from.
Valid values: USDG, PYUSD, USDP, USDC, USD
"USDC"
Asset being converted to.
Valid values: USDG, PYUSD, USDP, USDC, USD
"USDG"
Optional human-readable nickname for the rule.
"USDC to USDG conversion"
Identity ID of the account owner.
Account ID where the rule applies.
Response
A successful response.