Activities
Provides rich transaction activity data for a wallet(s).
Request
Query Params
lookback_days
- The number of days, relative to today, to fetch transaction activity for.limit
- The number of elements to return in a single API call.cursor
(optional) - Each response will include thecursor
key that you can use in this param to get the next page of results. You have hit the last page when theitems
array is empty.
Body
Specify the chain and address for each wallet you would like to receive data for. It is recommended to keep the total number of wallets under 10.
Response
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:
Data amount
To genesis
7 days only
2025 only
Support for token transfers
Activity type approval
User approved a spender for an asset
Activity type swapped_tokens
User swapped one asset for another
Activity type sign_tx
User initiated the transaction
Activity type dapp_interaction
User interacted with a DApp
Last updated
Was this helpful?