Author

Topic: [SOLVED] JSON-RPC API (Read 50 times)

copper member
Activity: 1554
Merit: 489
Stop the war!
March 02, 2021, 09:43:23 AM
#5
running `electrum help` on the command line on linux will show you what other functions are there. otherwise you can run help() on the console tab in the GUI on all operating systems.

Thank you. Already found it.
But as I realised, there is not that I needed. I was needed to get quick access to raw blockchain data but not to the wallet data only.
I have found an alternative solution with this library https://github.com/you21979/node-electrum-client
Haven't tried it yet, but it looks like this is what I need

legendary
Activity: 3682
Merit: 1580
March 02, 2021, 08:56:07 AM
#4
running `electrum help` on the command line on linux will show you what other functions are there. otherwise you can run help() on the console tab in the GUI on all operating systems.
copper member
Activity: 1554
Merit: 489
Stop the war!
March 01, 2021, 01:17:09 PM
#3
Have you ever looked at https://electrumx.readthedocs.io/en/latest/protocol.html ?

ElectrumX is basically Elelectrum containing only the JSON-RPC calls and nothing else. The protocol described here also works for Electrum desktop.
I have readed this docs: https://electrum.readthedocs.io/en/latest/jsonrpc.html
There are some examples there. In those examples, are present functions "getbalance" and "listaddresses". They are looks like as the same functions in Bitcoin Core RPC.
I would like to know: what other functions are there in Electrum RPC?

Found it https://bitcoin.stackexchange.com/questions/80692/where-can-i-find-the-rpc-api-endpoints-for-electrum
legendary
Activity: 1568
Merit: 6660
bitcoincleanup.com / bitmixlist.org
March 01, 2021, 12:24:53 PM
#2
Have you ever looked at https://electrumx.readthedocs.io/en/latest/protocol.html ?

ElectrumX is basically Elelectrum containing only the JSON-RPC calls and nothing else. The protocol described here also works for Electrum desktop.
copper member
Activity: 1554
Merit: 489
Stop the war!
March 01, 2021, 11:48:02 AM
#1
Hi

I am newbie in Electrum.
Looking for easy ways to access information from a blockchain. Is there somewhere complete documentation for Electrum RPC-API? Is that API compatible with a Bitcoin Core?
Jump to: