Skip to main content

zks_estimateGasL1ToL2 RPC Method

Returns an estimate of the gas required for a L1 to L2 transaction.

Updated on
Nov 2, 2023

zks_estimateGasL1ToL2 RPC Method

Parameters

from
string
REQUIRED
The address from which the transaction is sent
to
string
REQUIRED
The address to which the transaction is addressed
data
string
The data associated with the transaction

Returns

result
The estimate of the gas required for a L1 to L2 transaction
Request
1
curl https://docs-demo.zksync-mainnet.quiknode.pro/ \
2
-X POST \
3
-H "Content-Type: application/json" \
4
--data '{"method":"zks_estimateGasL1ToL2","params":[{ "from": "0x1111111111111111111111111111111111111111", "to":"0x2222222222222222222222222222222222222222", "data": "0xffffffff" } ],"id":1,"jsonrpc":"2.0"}'
Don't have an account yet?
Create your QuickNode endpoint in seconds and start building
Get started for free