Get Account Activities in Batch
⭐️ Description
This API endpoint allows you to fetch the latest activities associated with multiple specified accounts in one or more decentralized systems.
The API call is a POST request and requires a request body instead of query and path parameters. The body specifies this account and the platforms from which we want to retrieve activities.
For more details, please visit the RSS3 DSL API.
🔨 Example
Let's make an API call to retrieve activities of vitalik.eth from Ethereum. We set limit=1, action_limit=1, direction=out, and other parameters to filter the activities we want.
Copy the code below and run it in your terminal to see the result.
💻 Response
The response from this call will look like this:
Congratulations 🎉! You just learned how to retrieve activities of vitalik from multiple network sources.
🧰 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.