-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Newsfeed curated by top wallets #112
Comments
GM GM, just like it's a shitshow to visit OS and having to browse through 400 million collections versus having a top 1000 with a top 100 of all the gems on the floor, it's near impossible to get good alpha playing James Bond Onchain and try to track activity of all the whale collectooors, so this feed is all about curating the top69 collectors and displaying their activity to discover other gems or new collections with traction |
I really don't know what to build with this information |
I wanna create an array of wallets from collectors and see their activity feed with https://docs.reservoir.tools/reference/getusersactivityv4 |
Ok, and you're happy to update the wallets in the config file? |
Yes that's perfectly fine to do it there, I found https://artacle.io/leaderboard?sortBy=aVal where I get to curate wallets that I wanna track |
https://docs.reservoir.tools/reference/getusersactivityv4
This API can be used to build a feed for a user
import sdk from '@api/reservoirprotocol';
sdk.auth('demo-api-key');
sdk.getUsersActivityV4({accept: '/'})
.then(({ data }) => console.log(data))
.catch(err => console.error(err));
The text was updated successfully, but these errors were encountered: