get https://api.fireblocks.io/v1/estimate_network_fee
Gets the estimated required fee for an asset. For UTXO based assets, the response will contain the suggested fee per byte, for ETH/ETC based assets, the suggested gas price, and for XRP/XLM, the transaction fee.
Retrieves the current blockchain fees based on the requested asset.
- For UTXO-based assets, the response will contain the suggested fee per byte.
- For ETH/ETC-based assets, the suggested gas price (calculated by adding the
baseFee
+actualPriority
, based on the latest 12 blocks). - For XRP/XLM, the transaction fee.
Note: networkFee
is the gasPrice
with a given delta added, multiplied by the gasLimit
plus the delta.
Note: Supports all of Fireblocks’ assets except for ZEC (ZCash).