Bitcoin Forum

Bitcoin => Development & Technical Discussion => Topic started by: jammy99 on November 13, 2017, 10:54:22 AM



Title: Wallet API in PHP
Post by: jammy99 on November 13, 2017, 10:54:22 AM
this is my first post here, i hope i will get some good friends here

I want to develop a website where my website's registered users get their bitcoin / dogecoin / other Wallets address and they should be able to deposit the money into their wallet associated with their account into my website.

And they should be able to transfer money to any other wallets.

Is there any website that provides such API. Its similar like gambling sites requirements. Where users deposit money into their account and withdraw any time


Title: Re: Wallet API in PHP
Post by: bismillahi on November 13, 2017, 11:17:59 AM
this is my first post here, i hope i will get some good friends here

I want to develop a website where my website's registered users get their bitcoin / dogecoin / other Wallets address and they should be able to deposit the money into their wallet associated with their account into my website.

And they should be able to transfer money to any other wallets.

Is there any website that provides such API. Its similar like gambling sites requirements. Where users deposit money into their account and withdraw any time

For Bitcoin PHP API you can download here https://gourl.io/bitcoin-payment-gateway-api.html , that is one of them. but better if you dont use api but using your own code and your own network.
Thanks  :)


Title: Re: Wallet API in PHP
Post by: jammy99 on November 13, 2017, 11:31:06 AM
thank you for your reply.

is it API able to create wallet address / get money into users wallet / withdraw money to other network address?

And this api can be used into my website?

I think using API is easy instead of own network.



Title: Re: Wallet API in PHP
Post by: gettocat on November 13, 2017, 02:43:32 PM
thank you for your reply.

is it API able to create wallet address / get money into users wallet / withdraw money to other network address?

And this api can be used into my website?

I think using API is easy instead of own network.



Maybe better for you - use some aggregation coins platform for cryptocoins recive? For example coinpayments or coinbank ? There is accept big list of cruptocurrencyes and can transfer coins from one to other and back.


Title: Re: Wallet API in PHP
Post by: jammy99 on November 14, 2017, 07:31:48 AM
thank you for your reply.

is it API able to create wallet address / get money into users wallet / withdraw money to other network address?

And this api can be used into my website?

I think using API is easy instead of own network.



Maybe better for you - use some aggregation coins platform for cryptocoins recive? For example coinpayments or coinbank ? There is accept big list of cruptocurrencyes and can transfer coins from one to other and back.

Thank you for your suggestions for websites. But their API can allow my website users to deposit money to their address on my website? And they should be able to withdraw any time. Their API will provide these functionality too?

my core requirements are

1) User register into my website

2) After registration, We should generate/provide them their coin address to deposit money

3) They deposit money to their address

4) And they should be able to withdraw at any time they want

Does coinpayments and other websites you listed provide these functions too into their API?


Title: Re: Wallet API in PHP
Post by: overtorment2 on November 15, 2017, 03:50:15 AM
You can use https://github.com/Overtorment/Cashier-BTC/ as a microservice.


Title: Re: Wallet API in PHP
Post by: BitNoLimit on November 15, 2017, 06:09:29 AM
BitcoinWallet PHP Script v1.0 by me4onkof | CodeCanyon

https://codecanyon.net/item/bitcoinwallet-php-script-v10/19113514

this is what you looking for