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

# Get blockchain status

`GET /v1/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** `72a2dfa26976` — 1 info
  - endpoint added
- **2024-11-18** `b5092f204599` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/btcpayserver/apis/nbxplorer-api/changes/v1/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/72a2dfa26976/schema)
