# TransactionFee
## Properties
**gas_limit** | Option<**String**> | Gas limit value for EVM based networks | [optional]
**fee_per_byte** | Option<**String**> | The fee per byte value for UTXO based assets | [optional]
**gas_price** | Option<**String**> | Gas price in gwei units for EVM based networks | [optional]
**network_fee** | Option<**String**> | The full network fee price | [optional]
**base_fee** | Option<**String**> | (optional) Base Fee according to EIP-1559 (ETH assets) | [optional]
**priority_fee** | Option<**String**> | (optional) Priority Fee according to EIP-1559 (ETH assets) | [optional]
**max_fee_per_gas_delta** | Option<**String**> | Max Fee Per Gas Delta added only for EIP-1559 (ETH assets) | [optional]
**l1_fee** | Option<**String**> | Layer 1 fee for Layer 2 chains | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)