Skip to main content
Glama

MCP Crypto Wallet EVM

by dcSpark

provider_get_logs

Retrieve Ethereum and EVM-compatible blockchain logs by applying custom filters, such as address, block range, and topics, to extract specific on-chain events and data.

Instructions

Get logs that match a filter

Input Schema

NameRequiredDescriptionDefault
filterYesThe filter to apply

Input Schema (JSON Schema)

{ "properties": { "filter": { "description": "The filter to apply", "properties": { "address": { "type": "string" }, "fromBlock": { "type": "string" }, "toBlock": { "type": "string" }, "topics": { "items": { "type": "string" }, "type": "array" } }, "type": "object" } }, "required": [ "filter" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/dcSpark/mcp-cryptowallet-evm'

If you have feedback or need assistance with the MCP directory API, please join our Discord server