Generate Deposit Address
Adding a new coin/asset to a wallet (Generates a new wallet blockchain deposit address)
Adding a New Coin to a Wallet
query AddCoinAddress($where: WalletDepositAddressWhereInput!) {
addCoinAddress(where: $where) {
address
}
}Headers
Name
Value
Body (WalletDepositAddressWhereInput object)
Name
Type
Description
Response
Name
Type
Description