Query the application for some information
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>" } } }
Path to the data (“/a/b/c”)
Data
Height (0 means latest)
Include proofs of the transactions inclusion in the block
Show Properties
Response code
Log message
Additional information
Index
Key
Value
Proof of inclusion
Block height