mcp-server
M
mcp-server
/get_token_transfers_by_address

Get Token Transfers by Address

Get ERC-20 token transfers for an address within a specific time range. **SUPPORTS PAGINATION**: If response includes 'pagination' field, use the provi

liveunknown~5s typical
mcpmcp-server
$0.0020
per call
plus $0.001 platform fee per run
Open MCP server; Cracked bills routing only
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run mcp-com-blockscout-mcp-server /get_token_transfers_by_address for me.

Input

FieldTypeDescription
chain_id*stringThe ID of the blockchain
address*stringAddress which either transfer initiator or transfer receiver
age_from*stringStart date and time (e.g 2025-05-22T23:00:00.00Z). Alone, returns all ERC-20 transfers to/
age_tostringEnd date and time (e.g 2025-05-22T22:30:00.00Z). Adding this bounds the upper end of the d
tokenstringAn ERC-20 token contract address to restrict results to a single token. If omitted, return
cursorstringThe pagination cursor from a previous response to get the next page of results.
session_idstringOpaque session identifier.

Call it

curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
  -H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
  -d '{"provider":"mcp-com-blockscout-mcp-server","endpoint":"/get_token_transfers_by_address","input":{"chain_id":"...","address":"...","age_from":"..."}}'
cli
npx cracked-ai run -p mcp-com-blockscout-mcp-server -e /get_token_transfers_by_address -i '{"chain_id":"...","address":"...","age_from":"..."}'
mcp
run_tool({ provider: "mcp-com-blockscout-mcp-server", endpoint: "/get_token_transfers_by_address", input: {"chain_id":"...","address":"...","age_from":"..."} })

Try it

Runs against your signed-in workspace balance. Sign in if you have not.