Skip to main content

Get Ledger Info

Returns an object containing various details about the Ledger.

Responses
200

OK

Schema
server_version string

Hash representing the last commit in the tagged release

chain_id string

Hash representing the ID of the ledger

head_block_num integer

Highest block number on the ledger

head_block_id string

Highest block ID on the ledger

head_block_time string

Highest block unix timestamp

head_block_masters string

master that signed the highest block (head block)

last_irreversible_block_num integer

Highest block number that has been irreversibly applied to ledger

last_irreversible_block_id string

Highest block ID that has been irreversibly applied to ledger

virtual_block_cpu_limit integer

Processor limit calculated after each block

virtual_block_net_limit integer

Network limit calculated after each block

block_cpu_limit integer

Actual maximum processor limit

block_net_limit integer

Actual maximum NET limit

server_version_string string

String representation of server version - Majorish-Minorish-Patchy - Warning - Not actually SEMVER!

fork_db_head_block_num integer

Sequential block number representing the best known head in the fork database tree

fork_db_head_block_id string

Hash representing the best known head in the fork database tree