How does one submit a transaction to the network using the blockchain.info API?

2

I am currently working on a project which makes use of the blockchain.info api (php). Could anybody please tell me how to use this api to submit transactions to the network?

user31070

Posted 2015-12-09T10:29:09.623

Reputation: 21

What do you mean with "send data over block chain network"? Are you asking how to submit raw transactions?Murch 2015-12-09T12:12:28.047

yes exactly sameuser31070 2015-12-10T15:41:08.450

Answers

3

To broadcast Bitcoin transaction using blockchain.info you have to send a post request to https://blockchain.info/pushtx with tx=yourRawTransaction.

I would suggest you run your own node because you may face some rate limit.

Adam

Posted 2015-12-09T10:29:09.623

Reputation: 3 215