Author

Topic: CoinBase Api Send Bitcoin PHP . Help (Read 1097 times)

full member
Activity: 280
Merit: 101
Proof-of-Stake Blockchain Network
January 07, 2015, 08:23:46 AM
#1
i cant send money with this

$response = $coinbase->sendMoney($winner,"0.00005000");

when i use

$balance = $coinbase->getBalance();
echo "Balance is " . $balance . " BTC";


i see my balance but i cant send btc.


https://github.com/coinbase/coinbase-php
Jump to: