GET
/
abci_query
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 Parameters

path
string
required

Path to the data (“/a/b/c”)

data
string
required

Data to query

height
integer

Height (0 means latest)

prove
boolean

Include proofs of the transactions inclusion in the block

Response

response
object

ABCI query response