RSS3 Data Sublayer APIDecentralized
Retrieve Activity by ID
This endpoint retrieves the details of a specified decentralized transaction activity by its ID. You can specify additional query parameters to limit the number of actions retrieved and paginate through them.
Path Parameters
id
Required
stringRetrieve details for the specified activity ID
Query Parameters
action_limit
integerSpecify the number of actions within the activity to retrieve
Default:
50
Minimum: 1
Maximum: 100
action_page
integerSpecify the pagination for actions
Default:
1
Minimum: 1
A successful response containing the details of the specified activity. The response includes the activity ID, timestamp, and a list of actions performed within the activity.