Skip to main content

Liquid network

The Liquid network endpoint exposes read-only status information from the platform’s pruned Elements (Liquid) node. Use it to check whether the node is reachable, how many blocks it has validated, and whether it is fully synced.
This endpoint queries an Elements Core node running the Liquid sidechain. The node operates in pruned mode to minimize disk usage.

Get Liquid node status

Returns the current status of the Liquid sidechain node, including block height, sync progress, best block hash, and pruning state.

Response

Status values

When the node is unreachable, numeric fields default to 0, bestBlockHash defaults to null, chain defaults to "liquidv1", and pruned defaults to true.

Example request

Example response (connected)

Example response (unreachable)