receive payement bitcoin api like blockchain API v1?

2

I am looking for a API function as the first version of the API blockchain.info (no API key).

If there are none, I'd like you to tell me where to turn to create an API with a similar operation and a callback.

Thank you.

wsquet

Posted 2016-10-20T18:10:16.927

Reputation: 21

You could have a look at blockonomics API https://medium.com/@blockonomics_co/accepting-bitcoins-made-easy-56b54a93ee9a#.3ebu9jg76 . It requires API key, but key generation is auotmatic and no need to wait for approvals

dark knight 2016-10-21T06:36:01.123

Answers

0

please check this API https://bitaps.com/api/

No registration required, no API keys, simple RESTfull API

To create payment address use: https://bitaps.com/api/#Create_payment_address

To handle callback: https://bitaps.com/api/#Processing_the_callback

If you need help with development contact support@bitaps.com

bitaps.com

Posted 2016-10-20T18:10:16.927

Reputation: 563