cURL
curl --request GET \ --url https://api.polynode.dev/v1/status \ --header 'x-api-key: <api-key>'
{ "events_stream_length": 1, "firehose_connections": 1, "node_connected": true, "pending_txs": 1, "redis_memory": "<string>", "state": { "events_buffered": 1, "events_processed": 1, "latest_block": 1, "market_count": 1, "metadata_count": 1, "wallet_count": 1 }, "stream_length": 1, "uptime_seconds": 1, "ws_subscribers": 1 }
Returns system status including node connectivity, uptime, stream lengths, and state engine summary.
System status
x >= 0
Show child attributes