We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
/solver_competition/latest
The current /solver_competition endpoint always requires an auction_id or tx_hash which can be cumbersome to get.
/solver_competition
Maybe it could be useful to have something like /solver_competition/latest which simply returns data for the last competition we have a solution for.
Just using /solver_competition but /latest is more explicit and as ergonomic.
/latest
The text was updated successfully, but these errors were encountered:
Implemented in #2162
Sorry, something went wrong.
narcis96
No branches or pull requests
Problem
The current
/solver_competition
endpoint always requires an auction_id or tx_hash which can be cumbersome to get.Suggested solution
Maybe it could be useful to have something like
/solver_competition/latest
which simply returns data for the last competition we have a solution for.Alternatives considered
Just using
/solver_competition
but/latest
is more explicit and as ergonomic.The text was updated successfully, but these errors were encountered: