Activity
View chronologically ordered transactions including native transfers, ERC20 movements, NFT transfers, and decoded contract interactions.
The Activity API provides a realtime feed of onchain activity for any EVM address. The newest activity is returned first and includes:
- Native token transfers
- ERC20 token transfers with metadata (symbol, decimals)
- ERC721 (NFT) transfers with token IDs
- Contract interactions with decoded function calls
Spam Tokens
The Activity API supports filtering out activities related to spam tokens using the ?exclude_spam_tokens
parameter. When specified, this parameter will exclude transactions and transfers involving tokens that meet spam criteria, providing a cleaner activity feed.
We include all the data needed for custom filtering in the responses, allowing you to implement your own filtering logic. For a detailed explanation of our spam filtering approach, see our Spam Token Filtering guide.
Headers
API key to access the service
Path Parameters
Wallet to get activity for
Query Parameters
The offset to paginate through result sets. This is a cursor being passed from the previous response, only use what the backend returns here.
Maximum number of activity items to return
x >= 0
Response
Successful Response
The response is of type object
.