Retrieve Network Activities
Retrieve a list of activities from the specified decentralized network. This endpoint allows you to filter activities by various parameters such as limit, timestamp, success status, and more.
{network}
Path Parameters
network
Requiredstring
Retrieve activities from the specified network.
Query Parameters
limit
integer
Specify the number of activities to retrieve. By default, this is set to 100, and the maximum allowed value is 100.
100
Minimum: 1
Maximum: 100
action_limit
integer
Specify the number of actions within the activity to retrieve
50
Minimum: 1
Maximum: 100
cursor
string
Specify the cursor used for pagination. This helps in retrieving the next set of results in a paginated response.
since_timestamp
integer
Retrieve activities starting from this timestamp. The timestamp is specified in Unix epoch time.
until_timestamp
integer
Retrieve activities up to this timestamp. The timestamp is specified in Unix epoch time.
success
boolean
Retrieve activities based on success status. Specify true for successful activities or false for unsuccessful ones.
direction
string
Retrieve activities based on direction. The direction specifies whether the activity is incoming or outgoing.
"in" | "out" | "self"
tag
array<string>
Retrieve activities for the specified tag(s).
type
array<string>
Retrieve activities for the specified type(s).
platform
array<string>
Retrieve activities from the specified platform(s). Platforms refer to the systems or environments where the activities occurred.
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.