Parameters
Unique identifier for a blockchain network.
Request identifier used to match responses.
JSON-RPC version.
JSON-RPC method name.
Query parameters for method abci_query in the order: [path, data, height, prove]Positional parameters for
abci_query:params[0]: Path to the data (e.g., “/a/b/c”)params[1]: Data content to queryparams[2]: Block height. 0 means latest.params[3]: Whether to include proofs of transaction inclusion.
Returns
Application query response.