Skip to main content
GET
GET /v2/version
Endpoint history: Added in 3.4. Modified in 3.5: description updated; response 400 description updated.

Authorizations

Authorization
string
header
required

Ledger API standard JWT token

Response

version
string
required

The version of the ledger API.

Required

features
FeaturesDescriptor · object
required

The features supported by this Ledger API endpoint.

Daml applications CAN use the feature descriptor on top of version constraints on the Ledger API version to determine whether a given Ledger API endpoint supports the features required to run the application.

See the feature descriptions themselves for the relation between Ledger API versions and feature presence.

Required