---
title: "POST /get_info"
method: POST
path: "/get_info"
---

# POST /get_info

`POST /get_info`

Returns an object containing various details about the blockchain.

## Response `200`

OK

- Info
  - `server_version` string, required — Hash representing the last commit in the tagged release
  - `chain_id` string, required — Hash representing the ID of the chain
  - `head_block_num` integer, required — Highest block number on the chain
  - `head_block_id` string, required — Highest block ID on the chain
  - `head_block_time` string, required — Highest block unix timestamp
  - `head_block_producer` string, required — Producer that signed the highest block (head block)
  - `last_irreversible_block_num` integer, required — Highest block number on the chain that has been irreversibly applied to state
  - `last_irreversible_block_id` string, required — Highest block ID on the chain that has been irreversibly applied to state
  - `virtual_block_cpu_limit` integer, required — CPU limit calculated after each block is produced, approximately 1000 times block_cpu_limit
  - `virtual_block_net_limit` integer, required — NET limit calculated after each block is produced, approximately 1000 times block_net_limit
  - `block_cpu_limit` integer, required — Actual maximum CPU limit
  - `block_net_limit` integer, required — Actual maximum NET limit
  - `server_version_string` string, required — String representation of server version - Majorish-Minorish-Patchy - Warning - Not actually SEMVER!
  - `fork_db_head_block_num` integer, required — Sequential block number representing the best known head in the fork database tree
  - `fork_db_head_block_id` string, required — Hash representing the best known head in the fork database tree

---

[API](https://skmtc.net/worldwide-asset-exchange/apis/chain-api.md) · [All operations](https://skmtc.net/worldwide-asset-exchange/apis/chain-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/worldwide-asset-exchange/chain-api/versions/5bfa22186461/schema)
