AmountInfo

constructor(amount: String? = null, requestedAmount: String? = null, netAmount: String? = null, amountUSD: String? = null)

Parameters

amount

If the transfer is a withdrawal from an exchange, the actual amount that was requested to be transferred. Otherwise, the requested amount.

requestedAmount

The amount requested by the user.

netAmount

The net amount of the transaction, after fee deduction.

amountUSD

The USD value of the requested amount.