Skip to main content
Glama

Bankless Onchain MCP Server

Official
by Bankless

get_transaction_history_for_user

Retrieve detailed transaction history for a user, filtered by network, contract, or method ID, with options to include data and specify block range. Streamlines blockchain analysis and monitoring.

Instructions

Gets transaction history for a user and optional contract

Input Schema

NameRequiredDescriptionDefault
contractNoThe contract address (optional)
includeDataNoWhether to include transaction data
methodIdNoThe method ID to filter by (optional)
networkYesThe blockchain network (e.g., "ethereum", "base")
startBlockNoThe starting block number (optional)
userYesThe user address

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "contract": { "description": "The contract address (optional)", "type": [ "string", "null" ] }, "includeData": { "default": true, "description": "Whether to include transaction data", "type": "boolean" }, "methodId": { "description": "The method ID to filter by (optional)", "type": [ "string", "null" ] }, "network": { "description": "The blockchain network (e.g., \"ethereum\", \"base\")", "type": "string" }, "startBlock": { "description": "The starting block number (optional)", "type": [ "string", "null" ] }, "user": { "description": "The user address", "type": "string" } }, "required": [ "network", "user" ], "type": "object" }

Other Tools from Bankless Onchain MCP Server

Related Tools

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/Bankless/onchain-mcp'

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