What you can do
- Create a named beneficiary with a wallet address and network
- List, retrieve, update, and delete beneficiaries
- Reference a beneficiary by ID when executing withdrawals
Endpoints
| Method | Endpoint | Description |
|---|---|---|
POST | /beneficiaries | Create a beneficiary |
GET | /beneficiaries | List all beneficiaries |
GET | /beneficiaries/{beneficiaryId} | Get a single beneficiary |
PATCH | /beneficiaries/{beneficiaryId} | Update a beneficiary |
DELETE | /beneficiaries/{beneficiaryId} | Delete a beneficiary |
Full API Reference
View all beneficiary endpoints in the API Reference tab.

