v3.2.1 Source
Fleet

Node status

What the gateway is currently talking to. This page reads the same /api/v1/chains and /api/v1/nodes endpoints your client would — there is nothing privileged on it.

4nodes
5chains
checking…gateway health
gateway time

Chains

Tip height advances here as blocks land; the figures are the adapter's own view, not a third-party explorer.

ChainNetworkheightpeersClientNodeState
Bitcoin mainnet912,59896 Core 29.0s2 synced
Solana mainnet-beta429,091,3652,841 Agave 2.3.4s1 synced
TON mainnet51,218,825312 ton 2026.03s4 synced
TRON mainnet86,436,30828 java-tron 4.8.0s2 synced
BNB Smart Chain chain-id 5674,203,90864 bsc 1.5.12s4 synced

Nodes

A node id is what goes into a stream URL. Only nodes with streams: true accept /api/v3/ connections — the others serve REST only.

idRegionChainsStreamsp50 latencyUptime 90d
s1eu-central · Frankfurtsolana, ton18 ms99.97%
s2eu-west · Strasbourgbitcoin, bsc, tron yes24 ms99.94%
s3eu-north · Stockholmsolana31 ms99.91%
s4eu-west · Gravelinesbitcoin, bsc, ton, tron yes22 ms99.96%
Reading a stream URL. /api/v3/ws-s2-<key> opens a WebSocket against node s2; /api/v3/stream-s4-<key> opens the chunked-HTTP fallback against s4. The node id is fixed for the life of the stream because the resume cursor lives on it — see the stream protocol.

Incidents

Anything that broke a published guarantee, kept as a log.

DateScopeWhat happened
2026-07-29s3 · solanaSnapshot restore after an OOM; 41 minutes of 503 not_synced on that node. REST failed over to s1, streams were unaffected.
2026-06-14tronjava-tron 4.7.9 returned truncated raw on some contract calls. Pinned to 4.7.8 for six days, fixed in 4.8.0.
2026-05-02allRate limiter counted preflight requests, throttling browser clients at a third of the documented rate. Fixed in 3.1.4.