Microfi Free Flow Project
Interact with Bitcoin Cash blockchain using Electrum-Cash
* Usage:
API endpoint to get the BCH balance of a specific address
.../balance/address
API endpoint to subscribe to the BCH specific address
.../subscribe/address
API endpoint to unsubscribe the BCH specific address
.../unsubscribe/address
API endpoint to return a raw transaction
.../rawtx/txhash
API endpoint to get the BCH transaction history of a specific address
.../transactions/address
API endpoint to get utxos of a specific address
.../utxos/address
API endpoint to receive block headers
.../headers
API endpoint to subscribe to block headers
.../subscribeheaders
API endpoint to unsubscribe block headers
.../unsubscribeheaders
API endpoint to broadcast transaction
.../broadcast/tx
* Example:
https://bchapi.deno.dev/headers