Bitcoin Forum

Economy => Service Discussion => Topic started by: sallasvve on January 07, 2015, 12:23:46 PM



Title: CoinBase Api Send Bitcoin PHP . Help
Post by: sallasvve on January 07, 2015, 12:23:46 PM
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 (https://github.com/coinbase/coinbase-php)