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