The Beneficiaries API lets you save frequently used withdrawal addresses as named beneficiaries. This simplifies recurring payouts and reduces the risk of manual address entry errors.Documentation Index
Fetch the complete documentation index at: https://docs.blockradar.co/llms.txt
Use this file to discover all available pages before exploring further.
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.

