cURL
curl --request GET \ --url https://story-rpc-001.originstake.com/abci_query
{ "response": { "code": 123, "log": "<string>", "info": "<string>", "index": "<string>", "key": "<string>", "value": "<string>", "proof": "<string>", "height": "<string>" } }
Query the application for some information
ABCI query response
Show Properties
Response code
Log message
Additional information
Index
Key
Value
Proof of inclusion
Block height
Was this page helpful?