Skip to main content
POST
Update a wallet's whitelisted transfer recipients

Body

application/json
add
string[]
required

Recipient wallet addresses to add to the whitelist.

nonce
integer<uint64>
required
Required range: x >= 0
remove
string[]
required

Recipient wallet addresses to remove from the whitelist.

signature
string
required
signature_expiry_sec
integer<uint64>
required
Required range: x >= 0
signer
string
required
wallet
string
required

Wallet whose whitelist is being updated; becomes the action owner.

Response

Success

op_uuid
string
required
operation_id
integer<uint64>
required
Required range: x >= 0
whitelisted_recipients
string[]
required

The account's whitelisted recipients after the update was applied.