GET https://zk-evm.org/status
GET https://zk-evm.org/api/challenge/{blockNumber}
💡 Try it now: Copy any endpoint above and paste it in your browser or use curl!
✅ No setup required! Test our proving system directly from your browser or terminal.
See current proving performance:
curl "https://zk-evm.org/status"
⏱️ Look for "average_proving_time" ~400ms
Test proving with any Ethereum block:
curl "https://zk-evm.org/api/challenge/22938810"
⏱️ Look for "proving_time_ms" and "proof_size_bytes"
Test multiple blocks to verify consistency:
curl "https://zk-evm.org/api/challenge/22938811"
curl "https://zk-evm.org/api/challenge/22938812"
⏱️ Compare proving times across different blocks
Check Ethereum Foundation L1 zkEVM requirements:
🎯 What You'll See: Consistent proving times around 400ms and proof sizes around 6KB - proving we're 86x faster than the 10s requirement!