Documentation

Monero WebSocket service runs at wss://testnet.xmr.tx.taxi/api/v1/ws and sends a chain-aware init payload followed by typed chain events.

action:init Monero
Description

Send {"action":"init"} after connecting. The response includes chain, chainSnapshot with payload.contractFamily: utxo-private and payload.privacyModel: ringct-hidden-amounts, plus the inherited compatibility snapshot where applicable.

chainEvents Monero
Event types

snapshot, tip, source-health, mempool, fee-estimate, mining

Description

Events carry chainId, networkId, generatedAt, type, and a chain-contract payload. Timestamp-only snapshot regeneration does not emit a relay update.