DestinationDetails
Destination asset details - cryptocurrency, network, wallet address, wallet address tag
currencystringrequired
The cryptocurrency the customers wants to purchase
Example:
BTCnetworkstringrequired
The network of the cryptocurrency
Example:
MainnetwalletAddressstring
A crypto wallet address to receive the crypto funds
Example:
3J98t1WpEZ73CNmQviecrnyiWrnqRhWNLywalletAddressTagstring
Tag, memo, or any additional identifier of the destination wallet address
Example:
abc123DestinationDetails
{
"currency": "BTC",
"network": "Mainnet",
"walletAddress": "3J98t1WpEZ73CNmQviecrnyiWrnqRhWNLy",
"walletAddressTag": "abc123"
}