Skip to content
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

Open
IkigaiLabsETH opened this issue May 24, 2024 · 5 comments
Open

Newsfeed curated by top wallets #112

IkigaiLabsETH opened this issue May 24, 2024 · 5 comments
Assignees
Labels
enhancement New feature or request

Comments

@IkigaiLabsETH
Copy link
Owner

IkigaiLabsETH commented May 24, 2024

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));

@IkigaiLabsETH IkigaiLabsETH added the enhancement New feature or request label May 31, 2024
@IkigaiLabsETH
Copy link
Owner Author

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

@royscheeren
Copy link
Collaborator

I really don't know what to build with this information

@IkigaiLabsETH
Copy link
Owner Author

I wanna create an array of wallets from collectors and see their activity feed with https://docs.reservoir.tools/reference/getusersactivityv4

@royscheeren
Copy link
Collaborator

Ok, and you're happy to update the wallets in the config file?

@IkigaiLabsETH
Copy link
Owner Author

IkigaiLabsETH commented Jun 28, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants