Skip to main content
POST
UpdateWallet
Update a wallet’s name or status by its address. Provide at least one of the two.

Authorizations

x-mtoken
string
header
required

Your API token. Required for all API requests.

Body

application/json
address
string
required

The on-chain address of the wallet to update.

Example:

"0x71C7656EC7ab88bd32g47dgdhhssq245f6d8976F"

name
string

The wallet's new name, 1-85 characters. Empty means no change.

Example:

"my wallet"

status
string

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"

Response

200 - application/json

Success

details
object
error
execute_signing_requests_error_code · object