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. |