I am trying to get transaction information using the NEM REST API, but I can’t find any nodes that have it enabled. I have a list of nodes that should be accessible, but return 404 errors when I request anything but /chain endpoints.
List of nodes:
https://nodeexplorer.com/api_openapi_version
Allowed request:
http://157.7.197.62:7890/chain/score
Not allowed:
http://157.7.197.62:7890/block/2286080/transactions
According to the docs this should work. Is there any way to get this information without setting up your own node?
API docs:
https://nemtech.github.io/endpoints.html#tag/Block-routes