This endpoint allows the client to update the status of a specific address within a wallet.
Key | Required | Type | Description |
---|---|---|---|
isActive | false | boolean | The status state you want to set the address |
name | false | string | The name of the address. |
metadata | false | object | Additional metadata for the address. This will be part of any transaction tied to this. |
showPrivateKey | false | boolean | If you want the address private key to be part of the response. |
disableAutoSweep | false | boolean | Disable automatic sweeping of assets sent to the address into your master wallet. |
enableGaslessWithdraw | false | boolean | Enable gasless transactions from this address. |
privateKey | false | string | The private key associated with the address. Required for executing actions securely. |
"YOUR_WALLET_ID"
"ADDRESS_ID"
200
The response is of type object
.