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

🛠️ [TASK] : MVE2 enabler: get user account info from backend #1144

Open
mike-mcnulty opened this issue Nov 5, 2024 · 0 comments
Open

Comments

@mike-mcnulty
Copy link

Summary

get user account info from backend

Description

As a user, I want to get details about the account related to a role0 or staking key

Use cases:
#1134
#1136
#1138

GIVEN user keychain (ie role0 public key) GET

  • Wallet Details
    • ADA Balance
    • Staking Key
  • Registration Details
    • Latest Registrations
    • Registration History
    • Registration Errors

The same data should also be queryable using the staking key, and would return all the same info, in addition to the role0 key.

Authorization: N/a - read access only on data that is publicly available elsewhere

All data should be returned in a single response, so the UI can parse and display whatever data is needed in a particular context.

@mike-mcnulty mike-mcnulty added this to the M4: Voting & Delegation milestone Nov 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: New
Development

No branches or pull requests

1 participant