Tag Wallet
PUT /wallets/{walletId}/tags
Tags are a way to add arbitrary metadata to wallets which can be used to filter them in policy engine. For example, you may want to create deposit wallets which are whitelisted to only send to an omnibus account. In this case, you could add a tag "deposit
" to each new wallet and then filter a whitelisting policy to just those wallets.
User action signature required. See User Action Signing for more information.
Request headers required. See Request Headers for more information.
Authentication required. See Authentication Headers for more information.
Required Permissions
Wallets:Tags:Add
Always Required
Path parameters
walletId
Unique identifier of the Wallet
. ex. wa-1f04s-lqc9q-xxxxxxxxxxxxxxxx
Request body
tags
*
String List
The tags to apply to the wallet
200 Response
Last updated