---
title: "GET /v2/version"
method: GET
path: "/v2/version"
---

# GET /v2/version

`GET /v2/version`

Read the Ledger API version

## Response `200`

- GetLedgerApiVersionResponse
  - `version` string, required — The version of the ledger API. Required
  - `features` FeaturesDescriptor, required
    - `experimental` ExperimentalFeatures, required — See the feature message definitions for descriptions.
      - `staticTime` ExperimentalStaticTime — Ledger is in the static time mode and exposes a time service.
        - `supported` boolean, required — Required
      - `commandInspectionService` ExperimentalCommandInspectionService — Whether the Ledger API supports command inspection service
        - `supported` boolean, required — Required
    - `userManagement` UserManagementFeature, required
      - `supported` boolean, required — Whether the Ledger API server provides the user management service. Required
      - `maxRightsPerUser` integer, required — The maximum number of rights that can be assigned to a single user. Servers MUST support at least 100 rights per user. A value of 0 means that the server enforces no rights per user limit. Required
      - `maxUsersPageSize` integer, required — The maximum number of users the server can return in a single response (page). Servers MUST support at least a 100 users per page. A value of 0 means that the server enforces no page size limit. Required
    - `partyManagement` PartyManagementFeature, required
      - `maxPartiesPageSize` integer, required — The maximum number of parties the server can return in a single response (page). Required
    - `offsetCheckpoint` OffsetCheckpointFeature, required
      - `maxOffsetCheckpointEmissionDelay` Duration, required
        - `seconds` integer, required
        - `nanos` integer, required
        - `unknownFields` UnknownFieldSet
          - `fields` MapIntField, required
    - `packageFeature` PackageFeature, required
      - `maxVettedPackagesPageSize` integer, required — The maximum number of vetted packages the server can return in a single response (page) when listing them. Required

## Other responses

- `400` — Invalid value
- `default`

---

[API](https://skmtc.dev/canton/apis/json-ledger-api-http-endpoints.md) · [All operations](https://skmtc.dev/canton/apis/json-ledger-api-http-endpoints/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/canton/json-ledger-api-http-endpoints/revisions/296292e8b8f1/schema)
