BrowserCoin API helper server chain height: 35473 tip: 6a9935396548fe2f… peers known: 311 This is the HTTP API helper only — WebRTC signaling is a separate service. endpoints: /stats — JSON network + chain stats /peers — JSON list of active peer ids /heartbeat — POST { id, height, mining } browser keepalive /tip — JSON { height, tipHash } /blocks — GET ?fromHeight=N&max=M canonical blocks /headers — GET ?fromHeight=N&max=M canonical headers (concatenated hex) /snapshot — JSON account state at a finalized height (fast sync) /block — POST { block: } submit a block /mempool — JSON list of pending tx hex /txs — POST { txs: [, …] } submit pending transactions