UpdateWallet
Wallets
UpdateWallet
Update a wallet’s name or status by its address.
POST
UpdateWallet
Update a wallet’s
name or status by its address. Provide at least one of the two.Authorizations
Your API token. Required for all API requests.
Body
application/json
The on-chain address of the wallet to update.
Example:
"0x71C7656EC7ab88bd32g47dgdhhssq245f6d8976F"
The wallet's new name, 1-85 characters. Empty means no change.
Example:
"my wallet"
The wallet's new status. Empty means no change. Supports STATUS_ACTIVE and STATUS_ARCHIVED: use STATUS_ARCHIVED to archive a wallet, and STATUS_ACTIVE to unarchive an archived wallet.
Example:
"STATUS_ACTIVE"