MCP Crypto Wallet EVM

by dcSpark
Verified
MIT License
30
2
  • Apple
  • Linux

provider_get_block

Get a block by number or hash

Input Schema

NameRequiredDescriptionDefault
blockHashOrBlockTagYesBlock hash or block tag (latest, pending, etc.)
includeTransactionsNoWhether to include full transactions or just hashes

Input Schema (JSON Schema)

{ "properties": { "blockHashOrBlockTag": { "description": "Block hash or block tag (latest, pending, etc.)", "type": "string" }, "includeTransactions": { "description": "Whether to include full transactions or just hashes", "type": "boolean" } }, "required": [ "blockHashOrBlockTag" ], "type": "object" }