Thanks for pointing out the issue. There are two things going on:
- The
block_api
methods are not enabled on my node. I followed the recommendedfullnode.config.ini
from the Steem repository, so I'm not sure why they are not there. I opened issue https://github.com/steemit/steem/issues/2323 to get to the bottom of this. - I don't know what is incorrect about the example
get_config
call that you have above, but it does not look like it is in the expected "19.4" format. If I call using the following call, it works:
curl https://appbasetest.timcliff.com --data '{"jsonrpc":"2.0", "method":"database_api.get_config", "params":{}, "id":1}'
The second point was on my side. It works now and I'm getting
_registered_apis.end(): Could not find API block_api
.Thank you for your help with the 19.4 api call format.