Blockchain

Get blockchain status

Retrieves the connection and synchronization status of the specified cryptocurrency's blockchain.

get/cryptos/{cryptoCode}/status

Path parameters

cryptoCodestring required

The cryptocurrency code (e.g., 'BTC').

Response

Status retrieved successfully.

isSynchronizedboolean

Indicates if the node is synchronized.

blocksinteger

Number of blocks processed.

headersinteger

Total number of headers.

Changes