Fee Info
data class FeeInfo(val networkFee: String? = null, val serviceFee: String? = null, val gasPrice: String? = null)
Created by Fireblocks Ltd. on 07/10/2024.
Details of the transaction's fee.
Parameters
network Fee
The fee paid to the network
service Fee
The total fee deducted by the exchange from the actual requested amount (serviceFee = amount - netAmount)
gas Price