Batch Get Accounts Activities
Retrieve activities associated with multiple accounts on all compatible networks. You can use various query parameters to filter and paginate the results, including limits on the number of activities and actions, timestamps, success status, direction, and more.
Request Body
application/jsonRequiredRequest body for batch retrieving activities for multiple accounts
accountsarray<string>List of accounts to retrieve activities for
limitintegerSpecify the number of activities to retrieve
100Minimum: 1Maximum: 100action_limitintegerSpecify the number of actions within the activity to retrieve
10Minimum: 1Maximum: 20cursorstringSpecify the cursor used for pagination
since_timestampintegerRetrieve activities starting from this timestamp
until_timestampintegerRetrieve activities up to this timestamp
successbooleanRetrieve activities based on success status
directionstringThe direction of an activity.
"in" | "out" | "self"networkarray<string>Retrieve activities from the specified network(s)
tagarray<string>Retrieve activities for the specified tag(s)
typearray<string>Retrieve activities for the specified type(s)
platformarray<string>Retrieve activities from the specified platform(s)
A successful response with the activities from the specified account. The response includes details about each activity, such as its ID, timestamp, and associated actions.