---
title: "Query the application for some information."
method: GET
path: "/abci_query"
tags: ["ABCI"]
---

# Query the application for some information.

`GET /abci_query`

Query the application for some information.

## Query parameters

- `path` string, required
- `data` string, required
- `height` integer
- `prove` boolean

## Response `200`

Response of the submitted query

- ABCIQueryResponse
  - `error` string, required
  - `result` object, required
    - `response` object, required
      - `log` string, required
      - `height` string, required
      - `proof` string, required
      - `value` string, required
      - `key` string, required
      - `index` string, required
      - `code` string, required
  - `id` integer, required
  - `jsonrpc` string, required

## Other responses

- `500` — Error

---

[API](https://skmtc.net/finschia/apis/ostracon-rpc.md) · [All operations](https://skmtc.net/finschia/apis/ostracon-rpc/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/finschia/ostracon-rpc/revisions/f8b90bf02ef4/schema)
