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 testnet responses for tools, mirrors, and wallet compatibility checks.
Public clients should use https://core.uquad.org. Node-local listeners and operator paths are not public surfaces.
Public testnet boundary
Query access, wallet REST/LCD, and raw transaction broadcast are open. 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.
/broadcast_tx_sync, /broadcast_tx_async, and /broadcast_tx_commit are open for raw testnet transaction submission with gateway rate limits.
The node-local CometBFT RPC listener remains behind nginx. Public clients should use https://core.uquad.org and the listed gateway paths only.
ABCI endpoint response
Developer-surface JSON from /abci_info. It is public testnet data, not a wallet or claim path.
loading...
