Closed matthewdarwin closed 5 years ago
All public endpoints should have filters so as to return useful content. Check these filters are enabled.
$ curl -d '{"pos":-1,"offset":-20,"account_name": "eosio.ram"}' -X POST https://api.eosn.io/v1/history/get_actions {"actions":[],"last_irreversible_block":3056616}
$ curl -d '{"pos":-1,"offset":-20,"account_name": "eosio.ram"}' -X POST http://api.eosnewyork.io/v1/history/get_actions | jq . { "actions": [ { "global_action_seq": 8374113, "account_action_seq": 292302, "block_num": 3056922, "block_time": "2018-06-28T08:51:02.500", "action_trace": { "receipt": { "receiver": "eosio.token", ... }
only if the type of node is "full"
curl http://eos.greymass.com/v1/history/get_transaction -d '{"id":"f8b79a5847e0a0ca30f3602727516d6a6998844cd569ed5eb4691b4c38851b7c"}'
implemented.
All public endpoints should have filters so as to return useful content. Check these filters are enabled.
Example => doesn't return any content
Example => returns content