Parameters
string
default:"osmosis"
required
Unique identifier for a blockchain network.
number
default:1
required
Request identifier used to match responses.
string
default:"2.0"
required
JSON-RPC version.
string
default:"abci_query"
required
JSON-RPC method name.
object
required
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
object
Application query response.