0
How to develop send and receive bitcoin using coinbase api, i need to use in java. i tried the sample from https://github.com/coinbase/coinbase-java by using readme.md instruction. but facing issue. Please help.
Is there any other open source to send and receive bitcoin api
What specific issue are you having? – Nick ODell – 2015-07-09T05:12:39.383
java.io.IOException: Server returned HTTP response code: 403 for URL: https://api.sandbox.coinbase.com/v1/transactions/send_money at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1626) at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:254) at com.coinbase.api.CoinbaseImpl.doHttp(CoinbaseImpl.java:1256) at com.coinbase.api.CoinbaseImpl.post(CoinbaseImpl.java:1301) at com.coinbase.api.CoinbaseImpl.sendMoney(CoinbaseImpl.java:449)
– Akshea – 2015-07-09T11:00:45.643You can check out bitcoind for tis. – None – 2015-07-10T12:20:55.073
403 errors usually mean you are not not permitted to perform the requested operation. That should give you some idea where to look – Alex – 2017-01-30T10:32:41.137