Save Address to Whitelist
Fetching an existing coin/asset blockchain address within a wallet
Was this helpful?
Fetching an existing coin/asset blockchain address within a wallet
Was this helpful?
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 page..
Content-Type
application/json
Authorization
Bearer <token>
address*
string
Address to be saved
contactName*
string
Existing contact's name
name*
string
Address name
organizationId
string
Organization ID
Example body:
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.