ZCU public API
JSON endpoints for Zero Chill Units protocol observation. No API key is required for public reads.
Base URL
https://mempool.zerochill.comBlocks
Read recent units and inspect a block by hash or number.
GET
/api/v1/blocksLatest 15 unitsGET
/api/v1/block/{hash-or-number}Unit detailsTransactions
Inspect a known EVM transaction hash.
GET
/api/v1/tx/{0x-hash}Transaction detailsAccounts
Balance, nonce, contract status, and indexed history state.
GET
/api/v1/address/{0x-address}Account detailsGET
/api/v1/richlistTop accounts; may return 503 while indexingMempool
Pending operations and gas-price buckets.
GET
/api/v1/mempoolPending and queued transactionsResponse discipline
Unsupported routes return structured JSON errors. Unknown backend paths are never accepted as valid data, even if a website fallback returns HTTP 200.
