Application name from /abci_info.
Application version from ABCI.
Last app block height from ABCI.
How to use this boundary
Start with the readable pages, then open raw endpoints only when you need exact JSON for tooling or debugging.
Use Status, Blocks, Ledger, Network, and Validators pages for quick checks without parsing raw responses.
Endpoint links expose public Core responses for tools, mirrors, and wallet compatibility checks.
Public clients should use https://core.uquad.org for readable pages and https://core.uquad.org/rpc for JSON-RPC tooling. Node-local listeners and operator paths are not public surfaces.
GET is the canonical public-read method for JSON health checks. HEAD is optional and a 405 response on gateway-backed JSON paths is not, by itself, an outage.
Public Core boundary
Query access, wallet REST/LCD, relayer JSON-RPC, WebSocket events, and raw transaction broadcast are open with gateway rate limits. Website root JSON-RPC POST remains blocked.
/status, /health, /net_info, /block, /block_results, /validators, /abci_query, /abci_info, /tx, /genesis, /commit, and /blockchain.
/api is the official Cosmos REST/LCD boundary for Keplr and compatible wallet tooling. Use /chain.json for public chain metadata.
/rpc, /rpc/status, and /rpc/websocket mirror the Bridgechain public RPC shape for JSON-RPC clients and relayer tooling.
/broadcast_tx_sync, /broadcast_tx_async, and /broadcast_tx_commit are open for raw Core transaction submission with gateway rate limits.
The node-local CometBFT RPC listener remains behind nginx. Public clients should use the listed gateway paths only.
ABCI endpoint response
Developer-surface JSON from /abci_info. It is public Core data, not a wallet or claim path.
Awaiting endpoint response
