Documentation Index
Fetch the complete documentation index at: https://docs.uniblock.dev/llms.txt
Use this file to discover all available pages before exploring further.
Parameters
Unique identifier for a blockchain network.
Request identifier used to match responses.
JSON-RPC version.
JSON-RPC method name.
The parameters for method ots_searchTransactionsAfter: [address, defaultBlock, pageSize].Positional parameters for
ots_searchTransactionsAfter:params[0]: The address.params[1]: Block identifier. Can be an integer block number or a string tag: “latest”, “earliest”, or “pending”.params[2]: The page size for the number of results to return.
Returns
Paginated list of transactions and receipts for a given address before or after a specified block number.