Estimate the required fee for an asset
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.
GET
TypeScript
Documentation Index
Fetch the complete documentation index at: https://developers.fireblocks.com/llms.txt
Use this file to discover all available pages before exploring further.
Previous
Create a payout instruction set**Note:** The reference content in this section documents the Payments
Engine endpoint. The Payments Engine endpoints include APIs available only
for customers with Payments Engine enabled on their accounts.
These endpoints are currently in beta and might be subject to
changes.
If you want to learn more about Fireblocks Payments Engine, please
contact your Fireblocks Customer Success Manager or email
CSM@fireblocks.com.
**Create a payout instruction set.**
A payout instruction set is a set of instructions for distributing payments
from a single payment account to a list of payee accounts.
The instruction set defines:
- the payment account and its account type (vault, exchange, or fiat).
- the account type (vault account, exchange account, whitelisted address,
network connection, fiat account, or merchant account), the amount, and the
asset of payment for each payee account.
Learn more about Fireblocks Payments - Payouts in the following
[guide](https://developers.fireblocks.com/docs/create-payouts).
Endpoint Permission: Admin, Non-Signing Admin.
Next
TypeScript