message": "Not Implemented"
Closed this issue · 4 comments
ricewang666 commented
hi,developer
why I upgrade to v2.3.1, call the url "curl -s localhost:1317/blocks/latest"
ricewang666 commented
It say : {
"code": 12,
"message": "Not Implemented",
"details": [
]
Please Help
Notation commented
same here
Notation commented
hi,developer
why I upgrade to v2.3.1, call the url "curl -s localhost:1317/blocks/latest"
well, we should use apis with "/cosmos/xxxx" prefix, those without this prefix are deprecated
gregnuj commented
Here are some examples of the correct endpoint:
https://pisco-lcd.terra.dev/cosmos/base/tendermint/v1beta1/blocks/latest
http://localhost:1317/cosmos/base/tendermint/v1beta1/blocks/latest
for a complete list of endpoints take a look at the api docs
https://pisco-lcd.terra.dev/swagger/