Get the user activities in the last X days
We need an API that gets the following information per user per day over the last X days.
- Number of votes (up and down)
- Number of posts
- Number of comments (written and received)
- Number of reminds (done by the user and received by the user)
- Number of Boosts
- Number of blogs written
- Tokens in the wallets (OffChain and OnChain)
- Sent of wires (number of sent wires, total tokens sent via wire)
- Received wires (number of received wires, total tokens received via wire)
- Top 5 groups received engagements from the user (with numbers of all types of engagements for each group).
- Top 5 channels received engagements from the user (with numbers of all types of engagements for each channel).
This API will be called once the user enter the page of her/his analytics dashboard.
Please register or sign in to reply