getTransactionsByBlock
Retrieve detailed transaction data for a specific block on Ethereum networks using a block number or 'latest'. Integrates with MCP Ethers Wallet for blockchain queries and operations.
Instructions
Get details about transactions in a specific block.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
blockTag | Yes | The block number or the string 'latest' | |
chainId | No | Optional. The chain ID to use. If provided with a named network and they don't match, the RPC's chain ID will be used. | |
provider | No | Optional. Either a network name or custom RPC URL. Use getSupportedNetworks to get a list of supported networks. |
Input Schema (JSON Schema)
You must be authenticated.
Other Tools from MCP Ethers Wallet
- checkWalletExists
- contractCall
- contractCallView
- contractCallWithEstimate
- contractCallWithOverrides
- contractEvents
- contractSendTransaction
- contractSendTransactionWithEstimate
- contractSendTransactionWithOverrides
- formatEther
- formatUnits
- getBlockDetails
- getBlockNumber
- getContractCode
- getERC20Balance
- getFeeData
- getGasPrice
- getSupportedNetworks
- getTransactionDetails
- getTransactionsByBlock
- getWalletBalance
- getWalletTransactionCount
- lookupAddress
- parseEther
- parseUnits
- queryLogs
- resolveName
- sendRawTransaction
- sendTransaction
- sendTransactionWithOptions
- signMessage
Related Tools
- @crazyrabbitLTC/mcp-ethers-server
- @AbdelStark/bitcoin-mcp
- @NaniDAO/agentek
- @mcpdotdirect/evm-mcp-server
- @NaniDAO/agentek