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