How do you push a transaction to the Bitcoin Cash Network?

3

There are plenty of APIs for pushing to the Bitcoin network, like Smartbit's:

https://www.smartbit.com.au/api

However, the only API I found for Bitcoin Cash was Blocktrail's:

https://www.blocktrail.com/api/docs/lang/nodejs#payments_overview

And they do not seem to have a basic push endpoint.

timothyylim

Posted 2017-10-14T10:19:37.003

Reputation: 313

Answers

2

I have listed a lot of Bitcoin Cash block explorers here, and most of them are Insight block explorers so I thought they should have Insight API. I checked all of them and the ones with API are:

MCCCS

Posted 2017-10-14T10:19:37.003

Reputation: 5 827

@sydwell that link is failing, any update?Federico Caccia 2019-11-28T17:40:39.760

1

They also have a testnet explorer! http://tbcc.blockdozer.com/insight-api/addr/<address>/utxo

Sydwell 2017-10-20T20:59:51.713