Get a list of wallet activities.
This endpoint is deprecated. Use the transactions endpoint instead.
Provides rich transaction activity data for a wallet(s).
Each item in the response represents a transaction, and includes a list of zero or more transaction labels, asset transfers and activities.
The following table lists the features we support by chain:
Feature | EVM | Solana | Sui (alpha) |
---|---|---|---|
Data amount | To genesis | Since 2025 | 2025 only |
Support for token transfers | ✅ | ✅ | ❌ |
**Activity type ** User approved a spender for an asset | ✅ | ❌ | ❌ |
**Activity type ** User swapped one asset for another | ✅ | ❌ | 🌱 (only Cetus DEX trades) |
**Activity type ** User initiated the transaction | ✅ | ✅ | ❌ |
**Activity type ** User interacted with a DApp | ✅ | ✅ | ❌ |
Window of days to fetch activities for. Default is 31.
x > 0
Max number of items returned. Default is 100.
x > 0
Cursor to request the next page of results.
List of chain+address pairs to get activities for.
Successful Response
The response is of type object
.
Get a list of wallet activities.
This endpoint is deprecated. Use the transactions endpoint instead.
Provides rich transaction activity data for a wallet(s).
Each item in the response represents a transaction, and includes a list of zero or more transaction labels, asset transfers and activities.
The following table lists the features we support by chain:
Feature | EVM | Solana | Sui (alpha) |
---|---|---|---|
Data amount | To genesis | Since 2025 | 2025 only |
Support for token transfers | ✅ | ✅ | ❌ |
**Activity type ** User approved a spender for an asset | ✅ | ❌ | ❌ |
**Activity type ** User swapped one asset for another | ✅ | ❌ | 🌱 (only Cetus DEX trades) |
**Activity type ** User initiated the transaction | ✅ | ✅ | ❌ |
**Activity type ** User interacted with a DApp | ✅ | ✅ | ❌ |
Window of days to fetch activities for. Default is 31.
x > 0
Max number of items returned. Default is 100.
x > 0
Cursor to request the next page of results.
List of chain+address pairs to get activities for.
Successful Response
The response is of type object
.