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
Describe the bug
The api call to get user balances at block height is broken.
To Reproduce
"statusCode": 400, "error": "Bad Request", "message": "can't handle both 'unanchored' and 'until_block' in the same request"
I tried explicitly setting unanchored but get same response; https://api.hiro.so/extended/v1/address/SP3N4AJFZZYC4BK99H53XP8KDGXFGQ2PRSQP2HGT6/balances?until_block=160000&unanchored=false
Expected behavior User balances returned
The text was updated successfully, but these errors were encountered:
Good catch! Aiming to get a fix in for next release.
Sorry, something went wrong.
How often are releases @zone117x? This is for the sBTC community vote which is due to go live on the 14th - is before then ?
until_block
The fix for this issue has been deployed.
zone117x
No branches or pull requests
Describe the bug
The api call to get user balances at block height is broken.
To Reproduce
I tried explicitly setting unanchored but get same response; https://api.hiro.so/extended/v1/address/SP3N4AJFZZYC4BK99H53XP8KDGXFGQ2PRSQP2HGT6/balances?until_block=160000&unanchored=false
Expected behavior
User balances returned
The text was updated successfully, but these errors were encountered: