Fee Estimation Objects

NetworkFee

ParameterTypeDescription
feePerBytestring[optional] For UTXOs
gasPricestring[optional] For Ethereum assets (ETH and Tokens)
networkFeestring[optional] All other assets
baseFeestring[optional] Base Fee according to EIP-1559 (ETH assets)
priorityFeestring[optional] Priority Fee according to EIP-1559 (ETH assets)

TransactionFee

ParameterTypeDescription
feePerBytestring[optional] For UTXOs,
gasPricestring[optional] For Ethereum assets (ETH and Tokens)
gasLimitstring[optional] For Ethereum assets (ETH and Tokens), the limit for how much can be used
networkFeestring[optional] Transaction fee
baseFeestring[optional] Base Fee according to EIP-1559 (ETH assets)
priorityFeestring[optional] Priority Fee according to EIP-1559 (ETH assets)

EstimatedTransactionFeeResponse

ParameterTypeDescription
lowTransactionFeeTransactions with this fee will probably take longer to be mined
mediumTransactionFeeAverage transactions fee
highTransactionFeeTransactions with this fee should be mined the fastest