This API endpoint allows you to retrieve activities from a specified decentralized network.
The API call is a GET request and the network parameter is required in the API call path. You can use various query parameters to filter and paginate the results.
Let's make an API call to retrieve a list of activities from the Ethereum network. We set the path parameter to ethereum, and use the query parameters action_limit=1, limit=1, and direction=out to display only one action from one outgoing activity on the Ethereum network.
Copy the code below and run it in your terminal to see the result.
You can also integrate this feature into your code using our RSS3 SDKs. The SDK ensures type safety and provides IDE auto-completion support, making your integration smoother.