You're viewing a demo portfolio

Join the waitlist
PRSM

list_transactions

Active

Tool of Etherscan

declared in 0.1.0

List transactions for an address. type controls which list: "normal" (regular EOA txs), "internal" (contract-internal value transfers), "erc20" (ERC-20 transfers), "erc721" (NFT transfers), "erc1155" (multi-token transfers).

Parameters schema

{
  "type": "object",
  "examples": [
    {
      "address": "0x1234567890123456789012345678901234567890"
    },
    {
      "page": 1,
      "sort": "asc",
      "type": "erc20",
      "chain": "base",
      "address": "0xabcdefabcdefabcdefabcdefabcdefabcdefabcd"
    }
  ],
  "required": [
    "address"
  ],
  "properties": {
    "page": {
      "type": "number",
      "description": "Page number (default 1)"
    },
    "sort": {
      "enum": [
        "asc",
        "desc"
      ],
      "type": "string",
      "description": "asc | desc (default desc)"
    },
    "type": {
      "enum": [
        "normal",
        "internal",
        "erc20",
        "erc721",
        "erc1155"
      ],
      "type": "string",
      "description": "normal | internal | erc20 | erc721 | erc1155 (default normal)"
    },
    "chain": {
      "type": "string",
      "description": "Chain slug or chain ID (default ethereum)"
    },
    "offset": {
      "type": "number",
      "description": "Results per page (default 25, max 10000)"
    },
    "address": {
      "type": "string",
      "description": "Address to inspect"
    },
    "endblock": {
      "type": "number",
      "description": "End block (default latest = 99999999)"
    },
    "startblock": {
      "type": "number",
      "description": "Start block (default 0)"
    }
  }
}

What this tool wraps· 1 endpoint

min confidence0.700.50

Parent server

Etherscan

https://github.com/pipeworx-io/mcp-etherscan

1/7 registries
View full server →