Nee Blockchain.info API for creating Bitcoin wallets added to our site
- or -
Post a project like this$125
- Posted:
- Proposals: 0
- Remote
- #493074
- Expired
Description
Experience Level: Intermediate
Estimated project duration: 1 - 2 weeks
General information for the business: Online retailers of Bitcoin and litecoin
Description of requirements/functionality: The API is really quite simple. We need the Blockchain API integrated into a wordpress site in order to create a new, unique wallet for customers when they sign up.
Extra notes: here is a copy of the blockchain API.
Create Wallet API Create blockchain wallets programmatically
The create_wallet method can be used to create a new blockchain.info bitcoin wallet. It can be created containing a pre-generated private key or will otherwise generate a new private key.
URL: https://blockchain.info/api/v2/create_wallet
Method: POST or GET
$password The password for the new wallet. Must be at least 10 characters in length.
$api_code An API code with create wallets permission.
$priv A private key to add to the wallet (Wallet import format preferred). (Optional)
$label A label to set for the first address in the wallet. Alphanumeric only. (Optional)
$email An email to associate with the new wallet i.e. the email address of the user you are creating this wallet on behalf of. (Optional)
Response: 200 OK, application/json
{
"guid": "4b8cd8e9-9480-44cc-b7f2-527e98ee3287",
"address": "12AaMuRnzw6vW6s2KPRAGeX53meTf8JbZS",
"link": "https://blockchain.info/wallet/4b8cd8e9-9480-44cc-b7f2-527e98ee3287"
}
Error Response: Error 500, text/plain
Missing Parameter Password
Making transactions to/from the new wallet
The address returned in a successful response message can be used to deposit funds into the wallet.
It is possible to send payments from the wallet by providing the guid and password to the blockchain wallet api. However this is not recommended as if the wallet password is changed or two factor authentication is enabled you will no longer be to access the wallet.
Instead the recommended way to send payments is to provide a private key to the create_wallet method. A copy of this private key can be stored in order to send and receive payments from that specific address in the wallet. You can pass the private key directly to the blockchain wallet api instead of using the identifier and password.
Description of requirements/functionality: The API is really quite simple. We need the Blockchain API integrated into a wordpress site in order to create a new, unique wallet for customers when they sign up.
Extra notes: here is a copy of the blockchain API.
Create Wallet API Create blockchain wallets programmatically
The create_wallet method can be used to create a new blockchain.info bitcoin wallet. It can be created containing a pre-generated private key or will otherwise generate a new private key.
URL: https://blockchain.info/api/v2/create_wallet
Method: POST or GET
$password The password for the new wallet. Must be at least 10 characters in length.
$api_code An API code with create wallets permission.
$priv A private key to add to the wallet (Wallet import format preferred). (Optional)
$label A label to set for the first address in the wallet. Alphanumeric only. (Optional)
$email An email to associate with the new wallet i.e. the email address of the user you are creating this wallet on behalf of. (Optional)
Response: 200 OK, application/json
{
"guid": "4b8cd8e9-9480-44cc-b7f2-527e98ee3287",
"address": "12AaMuRnzw6vW6s2KPRAGeX53meTf8JbZS",
"link": "https://blockchain.info/wallet/4b8cd8e9-9480-44cc-b7f2-527e98ee3287"
}
Error Response: Error 500, text/plain
Missing Parameter Password
Making transactions to/from the new wallet
The address returned in a successful response message can be used to deposit funds into the wallet.
It is possible to send payments from the wallet by providing the guid and password to the blockchain wallet api. However this is not recommended as if the wallet password is changed or two factor authentication is enabled you will no longer be to access the wallet.
Instead the recommended way to send payments is to provide a private key to the create_wallet method. A copy of this private key can be stored in order to send and receive payments from that specific address in the wallet. You can pass the private key directly to the blockchain wallet api instead of using the identifier and password.
Robert F.
100% (1)Projects Completed
1
Freelancers worked with
1
Projects awarded
17%
Last project
25 Mar 2014
United States
New Proposal
Login to your account and send a proposal now to get this project.
Log inClarification Board Ask a Question
-
There are no clarification messages.
We collect cookies to enable the proper functioning and security of our website, and to enhance your experience. By clicking on 'Accept All Cookies', you consent to the use of these cookies. You can change your 'Cookies Settings' at any time. For more information, please read ourCookie Policy
Cookie Settings
Accept All Cookies