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

# POST /tendermint.abci.ABCI/Query

`POST /tendermint.abci.ABCI/Query`

## Request body

- TendermintAbciRequestQuery
  - `data` string, byte
  - `height` string, int64
  - `path` string
  - `prove` boolean

## Response `200`

A successful response.

- TendermintAbciResponseQuery
  - `code` integer
  - `codespace` string
  - `height` string, int64
  - `index` string, int64
  - `info` string
  - `key` string, byte
  - `log` string — bytes data = 2; // use "value" instead. nondeterministic
  - `proof_ops` TendermintCryptoProofOps
    - `ops` TendermintCryptoProofOp[]
      - `data` string, byte
      - `key` string, byte
      - `type` string
  - `value` string, byte

## Other responses

- `default` — An unexpected error response.

## Changes

- **2025-05-21** `3874a03b0e7b` — 1 info
  - api operation id `UpgradeABCI_Query` removed and replaced with `EvidenceABCI_Query`
- **2025-05-09** `8dbfaa2bebb2` — 1 info
  - api operation id `CircuitABCI_Query` removed and replaced with `UpgradeABCI_Query`
- **2025-04-08** `21a675703a05` — 1 info
  - api operation id `AuthABCI_Query` removed and replaced with `CircuitABCI_Query`
- **2025-03-27** `4f349536c8f3` — 1 info
  - api operation id `FeegrantABCI_Query` removed and replaced with `AuthABCI_Query`
- **2025-02-24** `2ab9d24288c2` — 1 info
  - api operation id `CircuitABCI_Query` removed and replaced with `FeegrantABCI_Query`

[Full history](https://skmtc.dev/pokt-network/apis/http-api-console/changes/tendermint.abci.ABCI/Query/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.dev/pokt-network/apis/http-api-console/revisions/671fab54b729?raw)
