You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @idoor88, that document is currently in work-in-progress. Here are the issue with the list of the original endpoints and the proposed ones #1979. You can track the progress on the implementation in this issue #2113
The correct endpoint in this case is the one without /auth
As @fedekunze pointed out, there's an issue that used to keep track of the ongoing work and /accounts/{address} is presently the correct endpoint to query accounts.
Hence closing.
I first queried https://gaia-seeds.interblock.io:1317/keys and got back this address: cosmosaccaddr1y7d8srezfl9mqhw38gxdxn25vyqy70x5vam8kg, then I used
https://gaia-seeds.interblock.io:1317/auth/accounts/cosmosaccaddr1y7d8srezfl9mqhw38gxdxn25vyqy70x5vam8kg, but I got 404 page not found error.
I followed document from this site https://github.com/cosmos/cosmos-sdk/blob/develop/docs/light/api.md for the light API.
I tried this as well without /auth as in cosmos voyager js code, which uses /accounts:
https://gaia-seeds.interblock.io:1317/accounts/cosmosaccaddr15ssurfanyhu97ddlxhx9mgq2n385ypefaxgvka
this returned nothing.
How to get account info without 404 page not found error?
Thanks
Idoor
The text was updated successfully, but these errors were encountered: