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
networkFee
parameter is thegasPrice
with 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
feePerByte
parameter - For ETH-based and all EVM based assets, the response will contain
gasPrice
parameter. This is calculated by adding thebaseFee
to theactualPriority
based on the latest 12 blocks. The response for ETH-based contains thebaseFee
,gasPrice
, andpriorityFee
parameters. - For ADA-based assets, the response will contain the parameter
networkFee
andfeePerByte
parameters. - For XRP and XLM, the response will contain the transaction fee.
- For other assets, the response will contain the
networkFee
parameter.
- 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.
Fireblocks fetches, calculates and caches the result every 30 seconds. Customers should query this API while taking the caching interval into consideration.
Notes:
- The
networkFee
parameter is thegasPrice
with 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
feePerByte
parameter. - For ETH-based and all EVM based assets, the response will contain
gasPrice
parameter. This is calculated by adding thebaseFee
to theactualPriority
based on the latest 12 blocks. The response for ETH-based contains thebaseFee
,gasPrice
, andpriorityFee
parameters. - For ADA-based assets, the response will contain the parameter
networkFee
andfeePerByte
parameters. - For XRP and XLM, the response will contain the transaction fee.
- For other assets, the response will contain the
networkFee
parameter.Learn more about Fireblocks Fee Management in the following guide.
Endpoint Permission: Admin, Non-Signing Admin, Signer, Approver, Editor.