Q token markQUADTestnet Observatory

RPC Boundary

The HTTPS endpoint exposes bounded read, query, wallet, and raw transaction access for the public testnet. Raw endpoint links are developer tools; readable status pages remain the normal visitor path.

ABCI appchecking

Application name from /abci_info.

ABCI versionchecking

Application version from ABCI.

ABCI heightchecking

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.

Readable first

Use Status, Blocks, Ledger, Network, and Validators pages for quick checks without parsing raw responses.

Developer JSON

Endpoint links expose public testnet responses for tools, mirrors, and wallet compatibility checks.

Gateway only

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.

Allowed

/status, /health, /net_info, /block, /block_results, /validators, /abci_query, /abci_info, /tx, /genesis, /commit, and /blockchain.

Wallet API

/api is the official Cosmos REST/LCD boundary for Keplr and compatible wallet tooling. Use /chain.json for public chain metadata.

Broadcast open

/broadcast_tx_sync, /broadcast_tx_async, and /broadcast_tx_commit are open for raw testnet transaction submission with gateway rate limits.

Not exposed

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...