Bitcoin Forum

Bitcoin => Project Development => Topic started by: btcmasterZ on January 26, 2016, 04:41:27 AM



Title: need help API v2 blockchain
Post by: btcmasterZ on January 26, 2016, 04:41:27 AM
hello,
need help API v2 blockchain .info

How accept btc via api blockchain?
How send btc via api blockchain?

Could you give examples php?

I saw https://blockchain.info/ru/api/blockchain_wallet_api but i don't know how it works.. need examples

Thanks!


Title: Re: need help API v2 blockchain
Post by: btcmasterZ on January 30, 2016, 04:39:46 AM
Why dont answer to me.. ?
I need help with code


Title: Re: need help API v2 blockchain
Post by: tyz on January 30, 2016, 12:03:46 PM
In order to receive Bitcoins you need to use this API https://blockchain.info/api/api_receive

Here is a PHP written client, what you can easily integrate in your project. There are also some example how to apply.
https://github.com/blockchain/api-v1-client-php


Title: Re: need help API v2 blockchain
Post by: btcmasterZ on January 31, 2016, 08:02:19 AM
In order to receive Bitcoins you need to use this API https://blockchain.info/api/api_receive

Here is a PHP written client, what you can easily integrate in your project. There are also some example how to apply.
https://github.com/blockchain/api-v1-client-php


Thanks for example!

how send bitcoin? (via https://github.com/blockchain/api-v1-client-php too)