v1

latestOpenAPI 3.0.0Apache 2.02026-07-17305086.1 KB
ABCI

Query the application for some information.

Query the application for some information.

get/abci_query

Query parameters

pathstring required
Example:"/a/b/c"

Path to the data ("/a/b/c")

datastring required
Example:IHAVENOIDEA

Data

heightinteger
Example:1

Height (0 means latest)

proveboolean
Example:true

Include proofs of the transactions inclusion in the block

Response

Response of the submitted query

errorstring required
idinteger required
jsonrpcstring required

Example response

{
  "result": {
    "response": {
      "log": "exists",
      "height": "0",
      "proof": "010114FED0DAD959F36091AD761C922ABA3CBF1D8349990101020103011406AA2262E2F448242DF2C2607C3CDC705313EE3B0001149D16177BC71E445476174622EA559715C293740C",
      "value": "61626364",
      "key": "61626364",
      "index": "-1",
      "code": "0"
    }
  },
  "jsonrpc": "2.0"
}