Skip to main content
GET
abci_query

Query Parameters

path
string
required

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

Example:

"\"/a/b/c\""

data
string
required

Data

Example:

"IHAVENOIDEA"

height
integer
default:0

Height (0 means latest)

Example:

1

prove
boolean
default:false

Include proofs of the transactions inclusion in the block

Example:

true

Response

Response of the submitted query

error
string
required
Example:

""

result
object
required
id
integer
required
Example:

0

jsonrpc
string
required
Example:

"2.0"