This endpoint allows you to whitelist an external address to be monitored based on the wallet policies
Key | Required | Type | Description |
---|---|---|---|
name | false | string | The name associated with the wallet address. |
privateKey | false | string | The private key associated with the wallet address, if you want this addres to be able to send transactions |
address | true | string | The wallet address to be added to the whitelist. |
metadata | false | object | Additional metadata associated with the wallet address this will be part of the transaction payload metadata |
showPrivateKey | false | boolean | If you want the address private key to be part of the response on get address |
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 |
This endpoint allows you to whitelist an external address to be monitored based on the wallet policies
Key | Required | Type | Description |
---|---|---|---|
name | false | string | The name associated with the wallet address. |
privateKey | false | string | The private key associated with the wallet address, if you want this addres to be able to send transactions |
address | true | string | The wallet address to be added to the whitelist. |
metadata | false | object | Additional metadata associated with the wallet address this will be part of the transaction payload metadata |
showPrivateKey | false | boolean | If you want the address private key to be part of the response on get address |
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 |