Get Activities By Account
⭐️ Description
This API endpoint allows you to fetch the latest activities associated with an account in the decentralized system.
The API call is a GET request and the account
parameter is required in the API call path. You can use various query parameters to filter and paginate the results.
For more details, please visit the RSS3 DSL API.
🔨 Example
Let's make an API call to retrieve the latest activities of vitalik.eth
. We set the query parameters limit=1 and action_limit=1 to display only one action from a single activity initiated by this account address, and direction=out to show only outgoing activities.
Copy the code below and run it in your terminal to see the result.
📝 Response
Congratulations 🎉! You just learned how to retrieve the activities of vitalik.eth
.
🧰 SDK
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.