get_address_token_transfers
ActiveTool of Blockscout
"Token transfers / NFT activity for [wallet]" / "ERC-20 / ERC-721 / ERC-1155 transfers in/out of [0x...]" / "what tokens did [address] send or receive" — token transfer log for an EVM address. Use for tracing NFT activity, stablecoin flows, airdrops, or specific-token movement (filter via `token` arg).
Parameters schema
{
"type": "object",
"examples": [
{
"chain": "ethereum",
"address": "0x1234567890123456789012345678901234567890"
},
{
"chain": "polygon",
"limit": 10,
"token": "0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48",
"address": "0xabcdefabcdefabcdefabcdefabcdefabcdefabcd"
}
],
"required": [
"chain",
"address"
],
"properties": {
"chain": {
"type": "string"
},
"limit": {
"type": "number",
"description": "Default 25"
},
"token": {
"type": "string",
"description": "Restrict to a specific token contract"
},
"address": {
"type": "string"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Blockscout
https://github.com/pipeworx-io/mcp-blockscout
1/7 registries