Retrieve Platform Activities
Retrieve a list of activities from the specified decentralized platform. This endpoint allows you to filter activities by various parameters such as limit, timestamp, success status, and more.
Path Parameters
platformRetrieve activities from the specified platform.
Query Parameters
limitintegerSpecify the number of activities to retrieve. By default, this is set to 100, and the maximum allowed value is 100.
100Minimum: 1Maximum: 100action_limitintegerSpecify the number of actions within the activity to retrieve
50Minimum: 1Maximum: 100cursorstringSpecify the cursor used for pagination. This helps in retrieving the next set of results in a paginated response.
since_timestampintegerRetrieve activities starting from this timestamp. The timestamp is specified in Unix epoch time.
until_timestampintegerRetrieve activities up to this timestamp. The timestamp is specified in Unix epoch time.
successbooleanRetrieve activities based on success status. Specify true for successful activities or false for unsuccessful ones.
directionstringRetrieve activities based on direction. The direction specifies whether the activity is incoming or outgoing.
"in" | "out" | "self"tagarray<string>Retrieve activities for the specified tag(s).
typearray<string>Retrieve activities for the specified type(s).
networkarray<string>Retrieve activities from the specified network(s). You can specify one or more networks.
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.