---
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

- **2024-08-14** `21c607e4fa20` — 1 info
  - endpoint added

[Change 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-service-production.skmtc.workers.dev/v1/apis/pokt-network/http-api-console/revisions/21c607e4fa20/schema)
