This endpoint allows you to add a beneficiary to a specific wallet.
Key | Required | Type | Description |
---|---|---|---|
name | true | string | The name of the beneficiary (e.g., “Ledger Wallet”). |
address | true | string | The wallet address of the beneficiary. |
settlementFrequency | false | enum | How often settlements should occur. Possible values: INSTANT , DAILY , WEEKLY , MONTHLY , YEARLY . |
isWhitelisted | false | boolean | Indicates whether the beneficiary address should be whitelisted. Whitelisted addresses restrict withdrawals to only whitelisted addresses for enhanced security. |
"YOUR_WALLET_ID"
The body is of type any
.
200
The response is of type object
.