RSS3 Data Sublayer APIFederated
Retrieve Federated Activity by ID (Beta)
This endpoint retrieves the details of a specified federated activity by its ID. You can also specify additional query parameters to limit the number of actions retrieved and to paginate through actions.
GET
/federated/tx/
{id}
Path Parameters
id
Requiredstring
Retrieve details for the specified federated activity ID
Query Parameters
action_limit
integer
Specify the number of actions within the activity to retrieve
Default:
50
Minimum: 1
Maximum: 100
action_page
integer
Specify the pagination for actions
Default:
1
Minimum: 1
A successful response containing the details of the specified federated activity. The response includes the activity ID, timestamp, and a list of actions performed within the activity.