ledger-beneficiaries

Crypto Customer beneficiary

This Operation allows crypto users to save beneficiary

post/ledger/crypto-beneficiaries

Request body

addressstring required

beneficiary crypto address

namestring

beneficiary name

networkstring required

crypto network

memostring

memo for network optional

Response

Beneficiary details saved successfully

successboolean required

Status can be successful or failed, a value of true indicates success.

messagestring

additional message describing status.

dataobject

Data associated with the status, this will not always be present

Example response

{
  "success": true,
  "error": {
    "code": "UNKNOWN_ERROR",
    "message": "Request could not be completed due to an error"
  }
}

Changes

Changed in 1 of the 7 revisions of this API.2

    • the endpoint scheme security HMACAuth was added to the API

      api-security-added

    • the endpoint scheme security authToken was removed from the API

      api-security-removed

    This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog