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.
Path Parameters
network
Retrieve activities from the specified network.
Query Parameters
limit
integerSpecify 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
integerSpecify the number of actions within the activity to retrieve
50
Minimum: 1
Maximum: 100
cursor
stringSpecify the cursor used for pagination. This helps in retrieving the next set of results in a paginated response.
since_timestamp
integerRetrieve activities starting from this timestamp. The timestamp is specified in Unix epoch time.
until_timestamp
integerRetrieve activities up to this timestamp. The timestamp is specified in Unix epoch time.
success
booleanRetrieve activities based on success status. Specify true for successful activities or false for unsuccessful ones.
direction
stringRetrieve 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.