Get paginated list of transactions in a block on Hyperliquid EVM. Supports pagination for large blocks.
ots_getBlockTransactions JSON-RPC method retrieves paginated transactions for a specific block on the Hyperliquid EVM blockchain. This Otterscan-specific method optimizes data transfer by removing verbose fields like logs and providing pagination support for blocks with many transactions.
fullblock — the complete block information
number — block numberhash — block hashparentHash — parent block hashtimestamp — block timestampgasLimit — block gas limitgasUsed — total gas usedbaseFeePerGas — base fee per gasreceipts — array of transaction receipts (simplified, without logs)
transactionHash — hash of the transactionstatus — success status (0x1 for success, 0x0 for failure)cumulativeGasUsed — cumulative gas used up to this transactiongasUsed — gas used by this transactioneffectiveGasPrice — actual gas price paidcontractAddress — contract address created (if applicable)txs — array of transactions for the requested page
ots_getBlockTransactions method is essential for:
JSON-RPC version
2.0 The RPC method name
ots_getBlockTransactions Parameters: [block number, page, page size]
Request identifier