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

Since: cosmos-sdk 0.46

## 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
  - `log` string
  - `info` string
  - `index` string, int64
  - `key` string, byte
  - `value` string, byte
  - `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[]
      - `type` string
      - `key` string, byte
      - `data` string, byte
  - `height` string, int64
  - `codespace` string

## Other responses

- `default` — An unexpected error response.

---

[API](https://skmtc.net/coreumfoundation/apis/title-goes-here.md) · [All operations](https://skmtc.net/coreumfoundation/apis/title-goes-here/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/coreumfoundation/title-goes-here/versions/2a2e5bc4593a/schema)
