API Reference
Query the application for some information.
Query the application for some information.
Query Parameters
path*string
Path to the data ("/a/b/c")
data*string
Data
height?integer
Height (0 means latest)
Default
0prove?boolean
Include proofs of the transactions inclusion in the block
Default
falseResponse Body
application/json
application/json
curl -X GET "https://mainnet-beta.rpc.hyperpaxeer.com/abci_query?path=%2Fa%2Fb%2Fc&data=IHAVENOIDEA"{
"error": "",
"result": {
"response": {
"log": "exists",
"height": "0",
"proof": "010114FED0DAD959F36091AD761C922ABA3CBF1D8349990101020103011406AA2262E2F448242DF2C2607C3CDC705313EE3B0001149D16177BC71E445476174622EA559715C293740C",
"value": "61626364",
"key": "61626364",
"index": "-1",
"code": "0"
}
},
"id": 0,
"jsonrpc": "2.0"
}{
"id": 0,
"jsonrpc": "2.0",
"error": "Description of failure"
}Get info about the application. GET
Get info about the application. Upon success, the `Cache-Control` header will be set with the default maximum age.
Audit token metadata completeness GET
Returns detailed audit of token metadata quality including counts by type, completeness metrics, and a sample of tokens needing enrichment.