Skip to main content
The node info endpoints give you visibility into the state of the Alephium node app is connected to. Use these to check sync status, monitor hashrate, and verify network configuration.

Get node version

Returns the current version of the running node.

Get self clique info

Returns information about the node’s clique — its sync status, connected peers, and network position. This is the most useful endpoint for checking if the node is healthy.
synced: true means the node is caught up with the chain. If this is false the node is still syncing and responses may return stale data.

Get chain parameters

Returns network-level configuration parameters.
networkId is 0 for mainnet and 1 for testnet.

Get current hashrate

Returns the current mining hashrate of the network.

Get historical hashrate

Returns average hashrate over a time range. Timestamps are in milliseconds.

Get current difficulty

Returns the current mining difficulty.

Get node peers

Returns a list of peers the node is currently connected to.

Get discovered neighbors

Returns nodes discovered through the peer discovery protocol but not necessarily connected.

Get misbehaving peers

Returns peers that have been flagged for sending invalid data.

Parameters reference