v2
OpenAPI 3.0.02026-07-311824171.4 MBAdds a new address to the address book. The address book allows you to store addresses for withdrawals, along with beneficiary information for compliance purposes.
📖 Related Article: Managing Withdrawals
Scope: wallet:read_write
Query parameters
Currency, i.e "BTC", "ETH", "USDC"
The currency symbol
Address book type
Address book type
Address in currency format
Label of the address book entry
Label of the address book entry
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
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
The user can pass a list of currencies to add the address for. It is currently available ONLY for ERC20 currencies. Without passing this paramater for an ERC20 currency, the address will be added to ALL of the ERC20 currencies.
The user can pass a list of currencies to add the address for. It is currently available ONLY for ERC20 currencies. Without passing this paramater for an ERC20 currency, the address will be added to ALL of the ERC20 currencies.
[ "USDC" ]
Response
Success response
Example response
{
"result": {
"address": "1A1zP1eP5QGefi2DMPTfTL5SLmv7DivfNa",
"creation_timestamp": 1536569522277,
"label": "Main address",
"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",
"agreed": true,
"personal": true,
"info_required": true,
"waiting_timestamp": true,
"requires_confirmation": true,
"requires_confirmation_change": true
}
}