Authorizations
The API key. For more details, refer to API key.
In the API playground, enter your API secret, and your API key will be accordingly calculated.
Body
The request body to estimate tokenization operation fee.
- Issue
- Mint
- Burn
- Pause
- Unpause
- Update allowlist addresses
- Update blocklist addresses
- Toggle allowlist
- Contract call
Response
Successfully retrieved the estimated fee for token issuance.
- Fixed
- EVM_EIP_1559
- EVM_Legacy
- UTXO
- SOL
- FIL
The estimated transaction fee based on the fixed fee model.
For more details about the fixed fee model, see Fee models.
The transaction fee.
The fee model. Possible values include:
Fixed
: The fixed fee model.EVM_EIP_1559
: The EIP-1559 fee model.EVM_Legacy
: The legacy fee model.UTXO
: The fee model used in UTXO-based blockchains, such as Bitcoin.SOL
: The fee model used in Solana.FIL
: The fee model used in Filecoin.
Each fee model requires a different set of properties. Switch between the above tabs for details.
To learn more about the fee models, refer to Fee models.
Fixed
, EVM_EIP_1559
, EVM_Legacy
, UTXO
, SOL
, FIL
"EVM_EIP_1559"
The token used to pay the transaction fee.
"TRON"
The transaction fee that you need to pay for the transaction.
"0.1"