Interacting with the HIVE blockchain API using Postman https://leofinance.io/@behiver/interacting-with-the-hive-blockchain-api-using-postman These days I've been playing around with the API of the Hive blockchain in order to retrieve different data available and maybe find some new use cases. As I am a QA-Testing Software Engineer I've tried to interact with the API by using the tools that I am most accustomed to and one of them is Postman. I've looked up in the documentation related to the JSON RPC API from the Hive Developer Portal and found some samples about the available endpoints and how to send data to them. For example, get_account_reputations can be invoked using curl with the following command: curl -s --data '{"jsonrpc":"2.0", "method":"condenser_api.get_accounts", "params":[["hiveio"]], "id":1}' https://api.hive.blog.
No comments yet