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

Endpoint for Retrieving Model Scores #2930

Open
erichfi opened this issue Sep 30, 2024 · 1 comment
Open

Endpoint for Retrieving Model Scores #2930

erichfi opened this issue Sep 30, 2024 · 1 comment

Comments

@erichfi
Copy link
Collaborator

erichfi commented Sep 30, 2024

User Story:

As a developer,
I want an endpoint to retrieve model scores associated with a specified user,
So that I can get the necessary user data from the API.

Acceptance Criteria

GIVEN a user address,
WHEN queried,
THEN the API should return model scores associated with that user.

Product & Design Links:

N/A

Tech Details:

  • New endpoint GET /v2/models/scores/{address}.
  • Endpoint should return the model scores associated with the specified user.

Open Questions:

N/A

Notes/Assumptions:

  • Address of the user must be specified in the request.
@nutrina
Copy link
Collaborator

nutrina commented Oct 8, 2024

  • we will keep the lambdas running the models
  • we'll need however a different lambda running the API handler for the new path, and the change in the model names (ethereum_activity => ethereum)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Prioritized
Development

No branches or pull requests

2 participants