Tools for retrieving blockchain data.
getBlockNumber - Get the latest block number on Arbitrum
getBlockNumber
Demo
Parameters: (No parameters)
getBlock - Get details of a block by number or hash
getBlock
Parameters:
block: Block number (as a string), block hash, or one of the following tags: 'latest', 'pending', 'earliest'
block
getTransaction - Get details of a transaction by hash
getTransaction
txHash: Transaction hash
txHash
getTransactionReceipt - Get the transaction receipt for a given transaction hash
getTransactionReceipt
getGasParameters - Get detailed Arbitrum gas price metrics
getGasParameters
getGasPrice - Get the current gas price on Arbitrum
getGasPrice
Last updated 5 months ago