get_transaction_history_for_user
Retrieve transaction history for a user on a specified blockchain network, optionally filter by contract, method ID, or block range, and include transaction data. Integrates with Bankless Onchain MCP Server for secure data access.
Instructions
Gets transaction history for a user and optional contract
Input Schema
Name | Required | Description | Default |
---|---|---|---|
contract | No | The contract address (optional) | |
includeData | No | Whether to include transaction data | |
methodId | No | The method ID to filter by (optional) | |
network | Yes | The blockchain network (e.g., "ethereum", "base") | |
startBlock | No | The starting block number (optional) | |
user | Yes | The user address |
Input Schema (JSON Schema)
You must be authenticated.
Other Tools from Bankless Onchain MCP Server
Related Tools
- @crazyrabbitLTC/mcp-ethers-server
- @AbdelStark/bitcoin-mcp
- @mcpdotdirect/evm-mcp-server
- @crazyrabbitLTC/mcp-ethers-server
- @NaniDAO/agentek