---
title: "ABCIQuery defines a query handler that supports ABCI queries directly to the application, bypassing Tendermint completely. The ABCI query must contain a valid and supported path, including app, custom, p2p, and store."
method: GET
path: "/cosmos/base/tendermint/v1beta1/abci_query"
tags: ["Service"]
---

# ABCIQuery defines a query handler that supports ABCI queries directly to the application, bypassing Tendermint completely. The ABCI query must contain a valid and supported path, including app, custom, p2p, and store.

`GET /cosmos/base/tendermint/v1beta1/abci_query`

## Query parameters

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

## Response `200`

A successful response.

- CosmosBaseTendermintV1beta1ABCIQueryResponse — ABCIQueryResponse defines the response structure for the ABCIQuery gRPC query. Note: This type is a duplicate of the ResponseQuery proto type defined in Tendermint.
  - `code` integer
  - `codespace` string
  - `height` string, int64
  - `index` string, int64
  - `info` string
  - `key` string, byte
  - `log` string
  - `proof_ops` CosmosBaseTendermintV1beta1ProofOps — ProofOps is Merkle proof defined by the list of ProofOps. Note: This type is a duplicate of the ProofOps proto type defined in Tendermint.
    - `ops` CosmosBaseTendermintV1beta1ProofOp[]
      - `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 `UpgradeService_ABCIQuery` removed and replaced with `EvidenceService_ABCIQuery`
- **2025-05-09** `8dbfaa2bebb2` — 1 info
  - api operation id `CircuitService_ABCIQuery` removed and replaced with `UpgradeService_ABCIQuery`
- **2025-04-08** `21a675703a05` — 1 info
  - api operation id `AuthService_ABCIQuery` removed and replaced with `CircuitService_ABCIQuery`
- **2025-03-27** `4f349536c8f3` — 1 info
  - api operation id `FeegrantService_ABCIQuery` removed and replaced with `AuthService_ABCIQuery`
- **2025-02-24** `2ab9d24288c2` — 1 info
  - api operation id `CircuitService_ABCIQuery` removed and replaced with `FeegrantService_ABCIQuery`

[Full history](https://skmtc.dev/pokt-network/apis/http-api-console/changes/cosmos/base/tendermint/v1beta1/abci_query/get.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)
