---
title: "Get blockchain status"
method: GET
path: "/cryptos/{cryptoCode}/status"
tags: ["Blockchain"]
---

# Get blockchain status

`GET /cryptos/{cryptoCode}/status`

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

## Path parameters

- `cryptoCode` string, required

## Response `200`

Status retrieved successfully.

- StatusResponse
  - `isSynchronized` boolean — Indicates if the node is synchronized.
  - `blocks` integer — Number of blocks processed.
  - `headers` integer — Total number of headers.

## Changes

- **2024-11-25** `6b9539137e6a` — 6 warning, 4 info
  - removed the optional property `bitcoinStatus` from the response with the `200` status
  - removed the optional property `chainHeight` from the response with the `200` status
  - removed the optional property `cryptoCode` from the response with the `200` status
  - removed the optional property `isFullySynched` from the response with the `200` status
  - …6 more
- **2024-11-18** `b5092f204599` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/btcpayserver/apis/nbxplorer-api/changes/cryptos/:cryptoCode/status/get.md)

---

[API](https://skmtc.dev/btcpayserver/apis/nbxplorer-api.md) · [All operations](https://skmtc.dev/btcpayserver/apis/nbxplorer-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/btcpayserver/nbxplorer-api/revisions/7a96af40bbcc/schema)
