agentek-eth

by NaniDAO
Verified

getBlock

Retrieve detailed information about a specific block on the Ethereum blockchain using chain ID and optional block hash or number. Designed for cryptocurrency research and automation.

Instructions

Get information about a block

Input Schema

NameRequiredDescriptionDefault
blockHashNo
blockNumberNo
chainIdYes

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "blockHash": { "type": "string" }, "blockNumber": { "type": "number" }, "chainId": { "type": "number" } }, "required": [ "chainId" ], "type": "object" }

You must be authenticated.

Other Tools from agentek-eth

Related Tools

ID: embaq2gcce