zks_estimateFee
Estimates the fee for a given call request.
Path parameters
apiKey
Request
This endpoint expects an object.
Call object
The transaction call object containing details about the transaction.
Response
The estimated gas and fee details for the given call request.
gas_limit
The maximum amount of gas that can be used.
max_fee_per_gas
The maximum fee per unit of gas that the sender is willing to pay.
max_priority_fee_per_gas
The maximum priority fee per unit of gas to incentivize miners.
gas_per_pubdata_limit
The gas limit per unit of public data.