-
Notifications
You must be signed in to change notification settings - Fork 3.8k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
error 501 rest api (v1beta1/balances) #11626
Comments
You're looking for |
@alexanderbez I'm having the same issue. I have the |
For posterity, I have found the solution. The path changed here, it is now |
Yup! That was to allow arbitrary denoms, such as IBC denoms. |
im trying to get balance of uatom via Legacy REST API and it throws error 501 every time. tried with multiple accounts and still the same.
Request :
curl -X GET "https://api.cosmos.network/cosmos/bank/v1beta1/balances/account_address/uatom" -H "accept: application/json"
Response :
{
"code": 12,
"message": "Not Implemented",
"details": []
}
The text was updated successfully, but these errors were encountered: