---
title: "Fetch crypto Beneficiary by Id"
method: GET
path: "/ledger/crypto-beneficiaries/{beneficiaryId}"
tags: ["ledger-beneficiaries"]
---

# Fetch crypto Beneficiary by Id

`GET /ledger/crypto-beneficiaries/{beneficiaryId}`

This operation allows the client to fetch a crypto beneficiary by its Id

## Path parameters

- `beneficiaryId` string, uuid, required

## Response `200`

Beneficiary fetched

- CryptoBeneficiary
  - `id` string, uuid, required — Beneficiary identifier
  - `address` string, required — Beneficiary crypto address
  - `network` string, required — Beneficiary network
  - `name` string — Beneficiary name
  - `memo` string — Beneficiary network memo

## Other responses

- `400` — Request could not be validated
- `401` — Client is not authorized to make request
- `403` — Expected permission is not available.
- `default` — Internal Server Error

---

[API](https://skmtc.net/nestechops/apis/onboard-external-api-gateway.md) · [All operations](https://skmtc.net/nestechops/apis/onboard-external-api-gateway/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/nestechops/onboard-external-api-gateway/revisions/35fe01ca087b/schema)
