List token transfers involving a specific address with filtering options
Retrieves token transfers involving a specific address, with optional filtering by token type, direction, and specific token.
Documentation Index
Fetch the complete documentation index at: https://blockscout-main.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Path Parameters
Address hash in the path
^0x([A-Fa-f0-9]{40})$Query Parameters
API key for rate limiting or for sensitive endpoints
Secret key for getting access to restricted resources
Filter transactions by direction:
- to - Only show transactions sent to this address
- from - Only show transactions sent from this address If omitted, all transactions involving the address are returned.
to, from Filter by token type. Comma-separated list of:
- ERC-20 - Fungible tokens
- ERC-721 - Non-fungible tokens
- ERC-1155 - Multi-token standard
- ERC-404 - Hybrid fungible/non-fungible tokens
Example: ERC-20,ERC-721 to show both fungible and NFT transfers
0Filter token transfers by token contract address.
^0x([A-Fa-f0-9]{40})$Block number for paging
x >= 0Item index for paging
Number of items returned per page
1 <= x <= 50Batch log index for paging
Batch block hash for paging
^0x([A-Fa-f0-9]{64})$Batch transaction hash for paging
^0x([A-Fa-f0-9]{64})$Index in batch for paging