---
title: "POST /tendermint.abci.ABCI/Info"
method: POST
path: "/tendermint.abci.ABCI/Info"
tags: ["ABCI"]
---

# POST /tendermint.abci.ABCI/Info

`POST /tendermint.abci.ABCI/Info`

## Request body

- TendermintAbciRequestInfo
  - `abci_version` string
  - `block_version` string, uint64
  - `p2p_version` string, uint64
  - `version` string

## Response `200`

A successful response.

- TendermintAbciResponseInfo
  - `app_version` string, uint64
  - `data` string
  - `last_block_app_hash` string, byte
  - `last_block_height` string, int64
  - `version` string

## Other responses

- `default` — An unexpected error response.

## Changes

- **2025-02-05** `de0653d8a73d` — 1 info
  - api operation id `EvidenceABCI_Info` removed and replaced with `CircuitABCI_Info`
- **2024-08-14** `21c607e4fa20` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/pokt-network/apis/http-api-console/changes/tendermint.abci.ABCI/Info/post.md)

---

[API](https://skmtc.dev/pokt-network/apis/http-api-console.md) · [All operations](https://skmtc.dev/pokt-network/apis/http-api-console/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/pokt-network/http-api-console/revisions/de0653d8a73d/schema)
