rollup_gasPrices - Get L2 gas price oracle data
Get L2 gas price oracle data on Zora OP Stack L2. Essential for creator economy applications and NFT transactions.
Get L2 gas price oracle data on the Zora OP Stack network. This method is essential for understanding gas pricing dynamics on Zora's L2, including both execution and data availability costs.
Implementation Example
curl -X POST https://api-zora-mainnet.n.dwellir.com/YOUR_API_KEY \
-H "Content-Type: application/json" \
-d '{
"jsonrpc": "2.0",
"method": "rollup_gasPrices",
"params": [],
"id": 1
}'