Parameters
Unique identifier for a blockchain network.
Request identifier used to match responses.
JSON-RPC version.
JSON-RPC method name.
Transaction search parameters in the order: [query, prove, page, per_page, order_by, match_events]Positional parameters for
tx_search:params[0]: A transaction query string (e.g., “tx.height=1000”).params[1]: Include proofs of the transaction inclusion in the block.params[2]: Page number (1-based).params[3]: Number of entries per page (max: 100).params[4]: Order of transaction sorting (“asc” or “desc”), by height & index.params[5]: Match attributes in query within events in addition to height & txhash.
Returns
The transactions returned with the search queries.