Skip to main content

Parameters

chainId
string
default:"osmosis"
required
Unique identifier for a blockchain network.
id
number
default:1
required
Request identifier used to match responses.
jsonrpc
string
default:"2.0"
required
JSON-RPC version.
method
string
default:"abci_query"
required
JSON-RPC method name.
params
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 query
  • params[2]: Block height. 0 means latest.
  • params[3]: Whether to include proofs of transaction inclusion.

Returns

result
object
Application query response.