Docs

optimism_rollupConfig - Get rollup configur...

Get the rollup configuration parameters on Unichain. Essential for understanding the rollup setup.

Get the rollup configuration parameters on the Unichain network.

Implementation Example

Bash
curl -X POST https://api-unichain-mainnet.n.dwellir.com/YOUR_API_KEY \
  -H "Content-Type: application/json" \
  -d '{
    "jsonrpc": "2.0",
    "method": "optimism_rollupConfig",
    "params": [],
    "id": 1
  }'