Save Address to Whitelist
Fetching an existing coin/asset blockchain address within a wallet
Adding/Saving an Address to The Whitelist
mutation CreateContactCryptoAccount($data: ContactCryptoAccountCreateInput!) {
createContactCryptoAccount(data: $data) {
address
name
contact {
id
name
}
id
}
}Headers
Name
Value
Body (ContactCryptoAccountCreateInput object)
Name
Type
Description
Response
Name
Type
Description