---
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
  - `bitcoinStatus` object — Information about the core node, can be null if NBXplorer's is unable to connect
    - `blocks` integer
    - `headers` integer
    - `verificationProgress` number, float
    - `isSynched` boolean
    - `incrementalRelayFee` number, float — The incremental relay fee in sats/vbyte
    - `minRelayTxFee` number, float — The minimum relay fee in sats/vbyte
    - `capabilities` object
      - `canScanTxoutSet` boolean
      - `canSupportSegwit` boolean
      - `canSupportTaproot` boolean
      - `canSupportTransactionCheck` boolean
  - `isFullySynched` boolean — `true` if both, NBXplorer and the full node, are fully synched with the network
  - `syncHeight` integer — NBXplorer's current sync height
  - `networkType` string
  - `cryptoCode` string
  - `instanceName` string, nullable — The instance name given to your server via `--instancename` or `NBXPLORER_INSTANCENAME`
  - `supportedCryptoCodes` string[]
  - `version` string

## Changes

- **2024-11-25** `8d0c25e4d26f` — 3 warning, 8 info
  - removed the optional property `blocks` from the response with the `200` status
  - removed the optional property `headers` from the response with the `200` status
  - removed the optional property `isSynchronized` from the response with the `200` status
  - added the optional property `bitcoinStatus` to the response with the `200` status
  - …7 more
- **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/208cac39e31a/schema)
