v3
latestOpenAPI 3.0.02026-07-311784111.3 MBSaves beneficiary information for an address. This method allows you to store beneficiary details required for compliance purposes, including VASP information, personal details, and wallet type classification.
📖 Related Article: Managing Withdrawals
Scope: wallet:read_write
Query parameters
Currency, i.e "BTC", "ETH", "USDC"
The currency symbol
Address in currency format
Tag for XRP addresses
Indicates that the user agreed to shared provided information with 3rd parties
Indicates that the user agreed to shared provided information with 3rd parties
The user confirms that he provided address belongs to him and he has access to it via an un-hosted wallet software
The user confirms that he provided address belongs to him and he has access to it via an un-hosted wallet software
Indicates if the address belongs to an unhosted wallet
Name of beneficiary VASP
Name of beneficiary VASP
DID of beneficiary VASP
DID of beneficiary VASP
Website of the beneficiary VASP
Website of the beneficiary VASP. Required if the address book entry is associated with a VASP that is not included in the list of known VASPs
First name of the beneficiary (if beneficiary is a person)
First name of beneficiary (if beneficiary is a person)
Last name of the beneficiary (if beneficiary is a person)
First name of beneficiary (if beneficiary is a person)
Company name of the beneficiary (if beneficiary is a company)
Beneficiary company name (if beneficiary is a company)
Geographical address of the beneficiary
Geographical address of the beneficiary
Response
Success response
Example response
{
"result": {
"address": "1A1zP1eP5QGefi2DMPTfTL5SLmv7DivfNa",
"user_id": 57874,
"agreed": true,
"personal": true,
"beneficiary_vasp_name": "Money's Gone",
"beneficiary_vasp_did": "did:example:123456789abcdefghi",
"beneficiary_first_name": "John",
"beneficiary_last_name": "Doe",
"beneficiary_company_name": "Company Name",
"beneficiary_address": "NL, Amsterdam, Street, 1",
"created": 1536569522277,
"updated": 1536569522277
}
}