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
Correct endpoint and parameters should be provided
Incorrect endpoints have been invoked for certain features
Inside round delegates
Current: http://165.227.246.146:9901/api/v3/generators?limit=103
Actual: http://165.227.246.146:9901/api/v3/dpos/delegates?limit=103&status=active
Latest votes
Current: http://165.227.246.146:9901/api/v3/transactions?limit=20
Actual: http://165.227.246.146:9901/api/v3/transactions?limit=20&moduleCommand=dpos:voteDelegate
v3
The text was updated successfully, but these errors were encountered:
ikem-legend
No branches or pull requests
Expected behavior
Correct endpoint and parameters should be provided
Actual behavior
Incorrect endpoints have been invoked for certain features
Steps to reproduce
Inside round delegates
Current: http://165.227.246.146:9901/api/v3/generators?limit=103
Actual: http://165.227.246.146:9901/api/v3/dpos/delegates?limit=103&status=active
Latest votes
Current: http://165.227.246.146:9901/api/v3/transactions?limit=20
Actual: http://165.227.246.146:9901/api/v3/transactions?limit=20&moduleCommand=dpos:voteDelegate
Which version(s) does this affect? (Environment, OS, etc...)
v3
The text was updated successfully, but these errors were encountered: