QuoteDestinationDetails
Destination asset details - amount, cryptocurrency, network processing the transaction
amountnumberrequired
The amount of the purchased cryptocurrency
Example:
0.00576545currencystringrequired
The cryptocurrency the customers wants to purchase
Example:
BTCnetworkstringrequired
The network of the cryptocurrency
Example:
MainnetQuoteDestinationDetails
{
"amount": 0.00576545,
"currency": "BTC",
"network": "Mainnet"
}