cURL
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 the application for some information
Show Properties