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 the following activity types:
- send - Outgoing transfers of tokens or native assets
- receive - Incoming transfers of tokens or native assets
- mint - Token minting activities
- burn - Token burning activities
- swap - Token swaps and exchanges
- approve - Token approval transactions
- call - Generic contract interactions that don’t fall into the above categories
Each activity includes detailed information such as:
- Native token transfers
- ERC20 token transfers with metadata (symbol, decimals)
- ERC721 (NFT) transfers with token IDs
- Contract interactions with decoded function calls
Data Finality & Re-orgs
Sim APIs are designed to automatically detect and handle blockchain re-organizations. We detect any potentially broken parent-child block relationships as soon as they arise and update our internal state to match the onchain state, typically within a few hundred milliseconds. This re-org handling is an automatic, non-configurable feature designed to provide the most reliable data.
Token Filtering
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 approach, see our 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
.