get_address_token_transfers

Pack: blockscout · Endpoint: https://gateway.pipeworx.io/blockscout/mcp

ERC-20/721/1155 transfers to/from an address.

Parameters

NameTypeRequiredDescription
chainstringyes
addressstringyes
tokenstringnoRestrict to a specific token contract
limitnumbernoDefault 25

Example call

curl -X POST https://gateway.pipeworx.io/blockscout/mcp \
  -H 'Content-Type: application/json' \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"get_address_token_transfers","arguments":{}}}'

Response shape

FieldTypeDescription
itemsarrayToken transfers for the address, capped by limit
Full JSON Schema
{
  "type": "object",
  "properties": {
    "items": {
      "type": "array",
      "description": "Token transfers for the address, capped by limit"
    }
  }
}

Connect

Add this to your MCP client config, or use one-click install buttons:

{
  "mcpServers": {
    "blockscout": {
      "url": "https://gateway.pipeworx.io/blockscout/mcp"
    }
  }
}

See Getting Started for client-specific install steps.

Regenerated from source · build May 21, 2026