Save Address to Whitelist
Fetching an existing coin/asset blockchain address within a wallet
Adding/Saving an Address to The Whitelist
The CreateContactCryptoAccount
mutation allows API users to save an un-recognized address to the contact's whitelist. This action essentially means that you can name an address while labeling it to an existing contact in the organization.
The contact must exist first, in order to create a new contact, follow the steps in the Create New Contact page..
Headers
Content-Type
application/json
Authorization
Bearer <token>
Body (ContactCryptoAccountCreateInput object)
address*
string
Address to be saved
contactName*
string
Existing contact's name
name*
string
Address name
organizationId
string
Organization ID
Example body:
Response
Return values:
address
String
API Wallet Address
In the query's response, you will receive the created API wallet address for the wallet, asset & blockchain IDs given in the body.