coinbase-api

Implementation of gdax-java as a library

℡╲_俬逩灬. 提交于 2021-02-07 18:14:41
问题 I am trying to implement this API: https://github.com/robevansuk/gdax-java in order to be able to create orders, withdraw funds, and deposit funds via Coinbase and exchanging in GDAX for bitcoins. I am trying to make a trade program for Bitcoins using GDAX and its API. However, I am very confused on the implementation of the library. I have tried to contact some contributors but they do not respond back. I read in their documentation: For a lib: If you'd rather work purely in java then you

Implementation of gdax-java as a library

久未见 提交于 2021-02-07 18:13:08
问题 I am trying to implement this API: https://github.com/robevansuk/gdax-java in order to be able to create orders, withdraw funds, and deposit funds via Coinbase and exchanging in GDAX for bitcoins. I am trying to make a trade program for Bitcoins using GDAX and its API. However, I am very confused on the implementation of the library. I have tried to contact some contributors but they do not respond back. I read in their documentation: For a lib: If you'd rather work purely in java then you

How to import conversions in coinbase api?

时光怂恿深爱的人放手 提交于 2021-01-29 11:01:29
问题 Right now coinbase supports so called "conversions" that allow to convert from one currency to another. For example, you can convert some of your BTC to XRP. In CSV they return both buy & sell amount in Notes field: Notes | Converted 0.27235696 BTC to 3,731.323138 XRP. However, they only return buy amount of that conversion in apy /transactions endpoint: {"id":"b...8","type":"trade","status":"completed", "amount":{"amount":"3731.323138","currency":"XRP"}, "native_amount":{"amount":"1790.76",

Coinbase php lib not working fine showing errors

心已入冬 提交于 2021-01-07 04:15:13
问题 I'm a trying to develop a system that generates btc address i am trying to use the coinbase php lib but i seem not to understand it and it's giving me errors that i don't understand My code use Coinbase\Wallet\Client; use Coinbase\Wallet\Configuration; include 'vendor/autoload.php'; include 'conn.php'; $result = $conn->query("SELECT * FROM settings WHERE bot =2"); $settings = mysqli_fetch_assoc($result); $apiSecret = $settings['apiSecret']; $apiKey = $settings['apiKey']; $configuration =

Coinbase API client.getAccount(…) started returning: “Error: unable to get local issuer certificate” [duplicate]

大憨熊 提交于 2020-05-31 03:41:32
问题 This question already has an answer here : UNABLE_TO_GET_ISSUER_CERT_LOCALLY error when calling the Coinbase NODEJS API (1 answer) Closed last month . The issue started late-morning PT, on March 31, 2020. The server making the API call to Coinbase is hosted on Google App Engine with node.js (GCP). The same cert-connectivity problem to Coinbase also happened a few weeks ago, and lasted for about a day. The cert-connectivity problem went away all by itself at that time. No code changes were

Coinbase API client.getAccount(…) started returning: “Error: unable to get local issuer certificate” [duplicate]

爱⌒轻易说出口 提交于 2020-05-31 03:41:25
问题 This question already has an answer here : UNABLE_TO_GET_ISSUER_CERT_LOCALLY error when calling the Coinbase NODEJS API (1 answer) Closed last month . The issue started late-morning PT, on March 31, 2020. The server making the API call to Coinbase is hosted on Google App Engine with node.js (GCP). The same cert-connectivity problem to Coinbase also happened a few weeks ago, and lasted for about a day. The cert-connectivity problem went away all by itself at that time. No code changes were