post https://zksync-era-mainnet.unifra.io/v1/
Returns an estimate of the gas required for a L1 to L2 transaction.
Example
Request
curl --location --request POST 'https://zksync-era-mainnet.unifra.io/v1/your-api-key' \
--header 'Content-Type: application/json' \
--data-raw '{"jsonrpc":"2.0", "id":2, "method": "zks_estimateGasL1ToL2", "params": [ { "from": "0x1111111111111111111111111111111111111111", "to":"0x2222222222222222222222222222222222222222", "data": "0xffffffff" } ] }'
Result
{
"jsonrpc": "2.0",
"result": "0x25f64db",
"id": 2
}