curl -X PUT https://oro-tradebook-devnet.up.railway.app/api/distribution/partner/1/executive-authority \ -H "Content-Type: application/json" \ -H "x-api-key: your-api-key" \ -d '{ "add": ["NewWalletAddress"], "remove": ["OldWalletAddress"] }'
{ "success": true, "data": { "partnerId": "1", "transaction": { "serializedTx": "base64-encoded-transaction", "signingInstructions": { "walletType": "update_authority", "signers": ["UpdateAuthorityAddress"], "expiresAt": "2024-01-15T10:35:00.000Z" } } } }
Updates the executive authority addresses for a Distribution Partner.
PARTNER_UPDATE_AUTHORITY
ADMIN
Show properties