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 enginearrow-up-right. 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.

circle-info

Required Permissions

Name
Conditions

Wallets:Tags:Add

Always Required

Parameters

Path parameters

Path parameter
Description

walletId

Unique identifier of the wallet.

Request Body

Field
Description
Type - Optional

tags

The tags to apply to the wallet

Array<String>

Example

Response Body

200 Success

Last updated