How to test Bitcoin's RPC interface?

2

1

I can't find any tool to test RPC interface. I am looking for something like Postman (Chrome extenstion). I would like to send request (with login and password) and see their responses in JSON.

user57451

Posted 2017-08-14T08:25:42.403

Reputation: 21

I'm looking for something similar as well. Or at the very least, a tutorialSevenearths 2019-11-05T10:32:05.153

Not to worry. Found what I needed here: https://en.bitcoin.it/wiki/API_reference_%28JSON-RPC%29, and here: https://github.com/jgarzik/python-bitcoinrpc

Sevenearths 2019-11-05T10:43:28.770

No answers