GET
/
abci_query
ABCI Query
curl --request GET \
  --url https://namada-rpc-01.originstake.com/abci_query \
  --header 'Key: <api-key>'
{
  "200": {
    "response": {
      "code": "<string>",
      "log": "<string>",
      "info": "<string>",
      "index": "<string>",
      "key": "<string>",
      "value": "<string>",
      "proof": "<string>",
      "height": "<string>"
    }
  }
}

Query Parameters

path
string
required
Path to the data (“/a/b/c”)
data
string
required
Data
height
integer
Height (0 means latest)
prove
boolean
Include proofs of the transactions inclusion in the block

Response

200
object