v1

latestOpenAPI 3.0.0raw.githubusercontent.com2025-08-29295183.8 KB

Returns an object containing various details about the blockchain.

post/get_info

Response

OK

server_versionstring required

Hash representing the last commit in the tagged release

chain_idstring required

Hash representing the ID of the chain

head_block_numinteger required

Highest block number on the chain

head_block_idstring required

Highest block ID on the chain

head_block_timestring required

Highest block unix timestamp

head_block_producerstring required

Producer that signed the highest block (head block)

last_irreversible_block_numinteger required

Highest block number on the chain that has been irreversibly applied to state

last_irreversible_block_idstring required

Highest block ID on the chain that has been irreversibly applied to state

virtual_block_cpu_limitinteger required

CPU limit calculated after each block is produced, approximately 1000 times block_cpu_limit

virtual_block_net_limitinteger required

NET limit calculated after each block is produced, approximately 1000 times block_net_limit

block_cpu_limitinteger required

Actual maximum CPU limit

block_net_limitinteger required

Actual maximum NET limit

server_version_stringstring required

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

fork_db_head_block_numinteger required

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

fork_db_head_block_idstring required

Hash representing the best known head in the fork database tree