Amount Info
data class AmountInfo(val amount: String? = null, val requestedAmount: String? = null, val netAmount: String? = null, val amountUSD: String? = null)
Created by Fireblocks Ltd. on 07/10/2024.
The details of the requested amount to transfer.
Parameters
amount
If the transfer is a withdrawal from an exchange, the actual amount that was requested to be transferred. Otherwise, the requested amount.
requested Amount
The amount requested by the user.
net Amount
The net amount of the transaction, after fee deduction.
amount USD
The USD value of the requested amount.