get https://api.fireblocks.io/v1/estimate_network_fee
Gets the estimated required fee for an asset. Fireblocks fetches, calculates and caches the result every 30 seconds. Customers should query this API while taking the caching interval into consideration. Notes:
- The
networkFeeparameter is thegasPricewith a given delta added, multiplied by the gasLimit plus the delta. - The estimation provided depends on the asset type.- For UTXO-based assets, the response contains the
feePerByteparameter - For ETH-based and all EVM based assets, the response will contain
gasPriceparameter. This is calculated by adding thebaseFeeto theactualPrioritybased on the latest 12 blocks. The response for ETH-based contains thebaseFee,gasPrice, andpriorityFeeparameters. - For ADA-based assets, the response will contain the parameter
networkFeeandfeePerByteparameters. - For XRP and XLM, the response will contain the transaction fee.
- For other assets, the response will contain the
networkFeeparameter.
- For UTXO-based assets, the response contains the
Learn more about Fireblocks Fee Management in the following guide.
Endpoint Permission: Admin, Non-Signing Admin, Signer, Approver, Editor.
