-
Notifications
You must be signed in to change notification settings - Fork 11
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
Comments
@davidyuk @sborrazas is this still relevant? |
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 |
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? |
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. |
This issue is still needed for Base aepp. I've asked SW team, they may need it in the future, but not now. |
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 theowned_by
parameter.Is there a way in v2 to get the list of auctions the account participated in (or did the highest bid)?
The text was updated successfully, but these errors were encountered: