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
Migration of the gas median endpoints from the data api to the api.
3 endpoints to migrate from here:
app.get('/median', mongoFunctions.getLatestMedian); app.get('/median-history', mongoFunctions.getMedians); app.get('/median-range', mongoFunctions.getMedianRange);
The text was updated successfully, but these errors were encountered:
https://github.com/UMAprotocol/UMIPs/blob/master/UMIPs/umip-129.md
Let's use this python script instead of the big query. I can do that as well.
Sorry, something went wrong.
@byterose best it be done in golang and if you understand it well you can just convert it from python!
That's what I meant, yes ^^
No branches or pull requests
Migration of the gas median endpoints from the data api to the api.
3 endpoints to migrate from here:
The text was updated successfully, but these errors were encountered: