rollup_getInfo - Get rollup configuration
Get rollup configuration on Zora OP Stack L2. Essential for understanding network parameters and creator economy features.
Get rollup configuration information for the Zora OP Stack L2 network. This method provides essential configuration data about the rollup including version information, chain parameters, and network-specific settings.
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_getInfo",
"params": [],
"id": 1
}'