---
title: "Ledger information"
method: GET
path: "/"
tags: ["general"]
---

# Ledger information

`GET /`

## Response `200`

Returns the latest ledger information.

- LedgerInfo
  - `chain_id` integer, required — The blockchain chain id.
  - `ledger_version` string, uint64, required — The version of the latest transaction in the ledger.
  - `ledger_timestamp` string, uint64, required — Timestamp in microseconds, e.g. ledger / block creation timestamp.

## Other responses

- `400` — Bad request due to a client error: invalid request headers, parameters or body. Client should not retry the request without modification.
- `500` — Server internal error, caused by unexpected issues.

---

[API](https://skmtc.dev/apscan/apis/aptos-dev-api-specification.md) · [All operations](https://skmtc.dev/apscan/apis/aptos-dev-api-specification/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/apscan/aptos-dev-api-specification/revisions/45caa72817c2/schema)
