---
title: "Get status from the API index handler."
method: GET
path: "/api/"
tags: ["Status"]
---

# Get status from the API index handler.

`GET /api/`

Alias served by the same handler as /api/status on full public
interfaces.

Load estimate: Low; constant-size status metadata.

## Response `200`

Current Blockbook and backend status.

- SystemInfo
  - `blockbook` BlockbookInfo
    - `coin` string, required
    - `network` string, required
    - `host` string, required
    - `version` string, required
    - `gitCommit` string, required
    - `buildTime` string, required
    - `syncMode` boolean, required
    - `initialSync` boolean, required
    - `inSync` boolean, required
    - `bestHeight` integer, required
    - `lastBlockTime` string
    - `inSyncMempool` boolean
    - `lastMempoolTime` string
    - `mempoolSize` integer
    - `decimals` integer, required
    - `dbSize` integer
    - `hasFiatRates` boolean
    - `hasTokenFiatRates` boolean
    - `currentFiatRatesTime` string
    - `historicalFiatRatesTime` string
    - `historicalTokenFiatRatesTime` string
    - `supportedStakingPools` string[]
    - `dbSizeFromColumns` integer
    - `dbColumns` InternalStateColumn[]
      - `name` string
      - `version` integer
      - `rows` integer
      - `keyBytes` integer
      - `valueBytes` integer
      - `updated` string
    - `about` string, required
  - `backend` BackendInfo
    - `error` string
    - `chain` string
    - `blocks` integer
    - `headers` integer
    - `bestBlockHash` string
    - `difficulty` string
    - `sizeOnDisk` integer
    - `version` string
    - `subversion` string
    - `protocolVersion` string
    - `timeOffset` integer
    - `warnings` string
    - `consensus_version` string
    - `consensus` unknown

## Other responses

- `default` — Public API error. Public validation errors are HTTP 400; internal errors are HTTP 500.

---

[API](https://skmtc.dev/trezor/apis/blockbook-api.md) · [All operations](https://skmtc.dev/trezor/apis/blockbook-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/trezor/blockbook-api/revisions/01c375da86bc/schema)
