Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Query Interface

The WEBCAT ABCI application, Felidae, exposes a read only HTTP API for querying chain state. All endpoints use GET.

EndpointDescription
GET /List of available endpoints (JSON)
GET /configCurrent chain config
GET /oraclesList of authorized oracles
GET /canonical/leavesCanonical state leaves - used by the WEBCAT browser extension for client-side verification together with the latest published LightBlock
GET /admin/votesAdmin voting queue
GET /admin/pendingAdmin pending queue
GET /enrollment/votesOracle enrollment voting queue (all domains)
GET /enrollment/votes/{domain}Oracle enrollment voting queue for a specific domain
GET /enrollment/pendingOracle enrollment pending queue (all domains)
GET /enrollment/pending/{domain}Oracle enrollment pending queue for a specific domain
GET /snapshotFull WEBCAT list, for monitoring (does not provide enough data for full client-side verification)
GET /snapshot/{domain}Hash for a specific domain, for monitoring