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
Now that we are using the transfer API with the isReward flag to give us our list of active rewards / games.
We need to be able to filter it for epoch periods so that we can show last 30 days or whatever time horizon we decide is appropriate in the front end.
We also need to be able to filter for entity scope team vs individual in case we have seperate leaderboards for these.
We also need to be able to see only active ones since dead ones are not much use.
https://docs.vega.xyz/mainnet/api/rest/data-v2/trading-data-service-list-transfers
The text was updated successfully, but these errors were encountered:
ValentinTrinque
Successfully merging a pull request may close this issue.
Now that we are using the transfer API with the isReward flag to give us our list of active rewards / games.
We need to be able to filter it for epoch periods so that we can show last 30 days or whatever time horizon we decide is appropriate in the front end.
We also need to be able to filter for entity scope team vs individual in case we have seperate leaderboards for these.
We also need to be able to see only active ones since dead ones are not much use.
https://docs.vega.xyz/mainnet/api/rest/data-v2/trading-data-service-list-transfers
Tasks
The text was updated successfully, but these errors were encountered: