Fee Estimation Objects

NetworkFee

ParameterTypeDescription
feePerBytestring[optional] For UTXOs
gasPricestring[optional] For Ethereum assets (ETH and Tokens)
networkFeestring[optional] All other assets
baseFeestring[optional] Base Fee according to EIP-1559 (ETH assets)
priorityFeestring[optional] Priority Fee according to EIP-1559 (ETH assets)

TransactionFee

ParameterTypeDescription
feePerBytestring[optional] For UTXOs,
gasPricestring[optional] For Ethereum assets (ETH and Tokens)
gasLimitstring[optional] For Ethereum assets (ETH and Tokens), the limit for how much can be used
networkFeestring[optional] Transaction fee
baseFeestring[optional] Base Fee according to EIP-1559 (ETH assets)
priorityFeestring[optional] Priority Fee according to EIP-1559 (ETH assets)

EstimatedTransactionFeeResponse

ParameterTypeDescription
lowTransactionFeeTransactions with this fee will probably take longer to be mined
mediumTransactionFeeAverage transactions fee
highTransactionFeeTransactions with this fee should be mined the fastest

EstimatedFeeDetails

ParameterTypeDescription
lowFeeBreakdown - Solana Specific OR FeeBreakdown - GenericDetailed fee breakdown where the transaction will probably take longer to be mined
mediumFeeBreakdown - Solana Specific OR FeeBreakdown - GenericAverage transactions fee
highFeeBreakdown - Solana Specific OR FeeBreakdown - GenericDetailed fee breakdown where the transaction will be mined the fastest

FeeBreakdown - Solana Specific

ParameterTypeDescription
baseFeestringBase fee for Solana transaction
priorityFeestringPriority fee for Solana transaction
rentstringRent fee for Solana account creation/storage
totalFeestringTotal fee amount

FeeBreakdown - Generic

ParameterTypeDescription
baseFeestringBase fee component
priorityFeestringPriority fee component
totalFeestringTotal fee amount