---
title: "Crypto Customer beneficiary"
method: POST
path: "/ledger/crypto-beneficiaries"
tags: ["ledger-beneficiaries"]
---

# Crypto Customer beneficiary

`POST /ledger/crypto-beneficiaries`

This Operation allows crypto users to save beneficiary

## Request body

- CreateCryptoBeneficiaryRequest — create crypto beneficiary for customer
  - `address` string, required — beneficiary crypto address
  - `name` string — beneficiary name
  - `network` string, required — crypto network
  - `memo` string — memo for network optional

## Response `200`

Beneficiary details saved successfully

- StatusDto — Status data, check additional message field.
  - `success` boolean, required — Status can be successful or failed, a value of true indicates success.
  - `message` string — additional message describing status.
  - `data` object — Data associated with the status, this will not always be present
  - `error` ErrorMessageDto — Default error object for services. This gives consistent error object that all services may use.
    - `code` string, required — Error code
    - `message` string, required — Descriptive error message
    - `data` object — Additional data for this error message.

## 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/versions/29661adc1ffc/schema)
