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

Migration to v2: can't find a way to get auctions participated/top bid by address #1667

Open
davidyuk opened this issue Jan 11, 2024 · 6 comments
Assignees

Comments

@davidyuk
Copy link
Member

Migrating to v2 (in readme)
/names/owned_by/:id - Can now be accessed via /v2/names?owned_by=:id

As I see /v2/names works only for active/inactive names, it doesn't return running auctions. So the migration note is not complete. Other than that, /v2/names/search and /v2/names/auctions don't accept the owned_by parameter.

Is there a way in v2 to get the list of auctions the account participated in (or did the highest bid)?

@thepiwo
Copy link
Collaborator

thepiwo commented Mar 20, 2024

@davidyuk @sborrazas is this still relevant?

@sborrazas
Copy link
Contributor

Currently there's no mechanism to retrieve the complete history of auctions a user has participated in. Incorporating this functionality would require its implementation as a new feature in V3

@davidyuk
Copy link
Member Author

This functionality is needed to update base aepp to v2/v3 endpoints.

@sborrazas
Copy link
Contributor

This functionality is needed to update base aepp to v2/v3 endpoints.

@davidyuk which endpoint in version 1 allows you to retrieve all auctions in which a user has participated in?

@davidyuk
Copy link
Member Author

There is no one, a way to get auctions with the highest bid only. But if you would be implementing one again, I think to get auctions user participated in is more useful, because an auction won't just disappear if somebody beat your bet.

@davidyuk
Copy link
Member Author

davidyuk commented Aug 6, 2024

This issue is still needed for Base aepp. I've asked SW team, they may need it in the future, but not now.

@yaboiishere yaboiishere self-assigned this Aug 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants