v2

latestOpenAPI 3.0.3Apache 2.0raw.githubusercontent.com2022-07-19176455.9 KB
general

Ledger information

get/

Response

Returns the latest ledger information.

chain_idinteger required

The blockchain chain id.

ledger_versionstring uint64 required

The version of the latest transaction in the ledger.

ledger_timestampstring uint64 required

Timestamp in microseconds, e.g. ledger / block creation timestamp.

Example response

{
  "chain_id": 4,
  "ledger_version": "52635485",
  "ledger_timestamp": "1632507671675208"
}
All 17 operations