---
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

---

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