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?
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?
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.
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 same – user31070 – 2015-12-10T15:41:08.450