List token transfers involving a specific address with filtering options
addresses
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.
GET
List token transfers involving a specific address with filtering options
Authorizations
API key passed as a Bearer token in the Authorization header.
Path Parameters
Address hash in the path
Pattern:
^0x([A-Fa-f0-9]{40})$The ID of the blockchain
Query Parameters
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.
Available options:
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
Required string length:
0Filter token transfers by token contract address.
Pattern:
^0x([A-Fa-f0-9]{40})$Number of items per page
Required range:
x >= 1Block number for paging
Required range:
x >= 0Item index for paging
Batch log index for paging
Batch block hash for paging
Pattern:
^0x([A-Fa-f0-9]{64})$Batch transaction hash for paging
Pattern:
^0x([A-Fa-f0-9]{64})$Index in batch for paging