Chain Data

Tools for retrieving blockchain data.

  1. getBlockNumber - Get the latest block number on Arbitrum

    Demo

    • Parameters: (No parameters)

  2. getBlock - Get details of a block by number or hash

    Demo

    • Parameters:

      • block: Block number (as a string), block hash, or one of the following tags: 'latest', 'pending', 'earliest'

  3. getTransaction - Get details of a transaction by hash

    Demo

    • Parameters:

      • txHash: Transaction hash

  4. getTransactionReceipt - Get the transaction receipt for a given transaction hash

    Demo

    • Parameters:

      • txHash: Transaction hash

  5. getGasParameters - Get detailed Arbitrum gas price metrics

    Demo

    • Parameters: (No parameters)

  6. getGasPrice - Get the current gas price on Arbitrum

    Demo

    • Parameters: (No parameters)

Last updated