Bitcoin Stack Exchange is a question and answer site for Bitcoin crypto-currency enthusiasts. It only takes a minute to sign up.
Sign up to join this communityAnybody can ask a question
Anybody can answer
The best answers are voted up and rise to the top
Does Electrum provides any API? If yes, please let me know if there's any dedicated documentation available.
Also, does Electrum support Bitcoin Cash?
Purpose: I want to integrate Electrum into my application for wallet service and seeding capabilities. I'm planning to run full node for BCH and BTC.
Yes for sure, You can send requests to electrum servers or your server (recommended) by sending JSON-RPC requests.
Take a look on Electrum documentation
https://electrumx.readthedocs.io/en/latest/protocol-methods.html
for bitcoin cash use Electroncash
same commands work.
For example, to broadcast a hex transaction you can call
{"id": 1, "method": "blockchain.transaction.broadcast", "params": ["YOUR_HEX_TRANSACTION"]}
There are no wallet commands available, but blockchain commands.
You can get bonuses upto $100 FREE BONUS when you:
π° Install these recommended apps:
π² SocialGood - 100% Crypto Back on Everyday Shopping
π² xPortal - The DeFi For The Next Billion
π² CryptoTab Browser - Lightweight, fast, and ready to mine!
π° Register on these recommended exchanges:
π‘ Binanceπ‘ Bitfinexπ‘ Bitmartπ‘ Bittrexπ‘ Bitget
π‘ CoinExπ‘ Crypto.comπ‘ Gate.ioπ‘ Huobiπ‘ Kucoin.
Comments