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

# Beneficiaries API

> Save and manage frequent withdrawal destinations.

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.

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

<Card title="Full API Reference" icon="book" href="/en/api-reference/beneficiaries/create">
  View all beneficiary endpoints in the API Reference tab.
</Card>
