what is Create wallet using blockchain api (PHP)

0

2

Im wondering to know, what is use of Create wallet programitically Block chain API Block Chain api here

What it will provide?

Where can i get the api code? Any tutorials ?

Can i provide my website users to Create Block Chain wallet. And provide funds transfer?

user17010

Posted 2014-06-11T09:05:39.230

Reputation: 73

do you have a link?Dennis Kriechel 2014-06-11T09:11:41.073

updated in my questionuser17010 2014-06-11T09:17:55.603

What exactly do you mean with api code? on the side there is an example on how to call the api.Dennis Kriechel 2014-06-11T09:18:56.787

what is the use of this api?user17010 2014-06-11T09:23:52.497

Answers

3

This API allows you to create a new Wallet on Blockchain.info. It's the same as if you are registering on the webside but programmatically. On Blockchain.info you can do all thing either of the website or programmatically, which can be very usefull.

If you want to call the api from PHP, you need to send a JSON-Request to https://blockchain.info/api/v2/create_wallet.
For a tutorial of JSON-Request in PHP look here

For sending and receiving Payments you need to use this api:
https://blockchain.info/api/blockchain_wallet_api
There are also some examples in PHP on this site.

Blockchain.info does not offer a referral programm, so there is no reward for providing new users.

Dennis Kriechel

Posted 2014-06-11T09:05:39.230

Reputation: 1 603

I have already worked on sendmany block chain api which allow to send more than one address and succeeded in that. What i need to know , can i provide my website users to create their own wallet by using create_wallet?user17010 2014-06-11T11:10:17.183

yeah i guess thats something what this api is made forDennis Kriechel 2014-06-11T15:18:16.873

i dont want to make any referral program, Im not getting why create_wallet programatically for?user17010 2014-06-12T03:48:48.100

its just a option you can use. there is no special cause they did this api.Dennis Kriechel 2014-06-12T05:46:01.810

i got that but for what purpose we can use?user17010 2014-06-12T06:56:54.910

i rly dont get what you want to hear?Dennis Kriechel 2014-06-12T07:36:17.047