> ## Documentation Index
> Fetch the complete documentation index at: https://docs.onboard.xyz/llms.txt
> Use this file to discover all available pages before exploring further.

# Crypto Beneficiary Management

Save frequently-used withdrawal destinations as crypto beneficiaries so you
don't have to pass a raw wallet address and network on every withdrawal call.

* [`GET /ledger/crypto-beneficiaries`](/api-reference/endpoints/crypto-beneficiaries/list) —
  list saved beneficiaries.
* [`POST /ledger/crypto-beneficiaries`](/api-reference/endpoints/crypto-beneficiaries/create) —
  add a beneficiary (wallet address + network).
* [`GET /ledger/crypto-beneficiaries/{beneficiaryId}`](/api-reference/endpoints/crypto-beneficiaries/get-by-id) —
  fetch a single beneficiary.
* [`DELETE /ledger/crypto-beneficiaries/{beneficiaryId}`](/api-reference/endpoints/crypto-beneficiaries/delete) —
  remove a beneficiary.

Adding or removing a beneficiary fires an `account_activity.crypto_beneficiary.*`
webhook — see [Webhooks for Stablecoin Transactions](/guides/product-features/stablecoin/webhooks).
