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