Questions tagged [gdax-api]

Programming-related questions for using the API for https://www.gdax.com/. GDAX is a cryptocurrency exchange. Please direct support requests not directly related to programming to GDAX support.

Programming-related questions for using the API for GDAX.

GDAX is a cryptocurrency exchange. From their website:

GDAX offers institutions and professionals the ability to trade a variety of digital currencies like Bitcoin, Ethereum, and more on a regulated U.S. based exchange.

Links:

62 questions
-2
votes
1 answer

Coinbase Pro Node.js API: How to get response using promises?

I'm using the Coinbase Pro official Node.js client library. How do I access the response object after making a request using promises? My use case: I'm calling authedClient.getFills() and want to use response.headers['cb-after'] in my next request…
ma11hew28
  • 121,420
  • 116
  • 450
  • 651
-2
votes
1 answer

Having an issue with order of operations in node.js function

I have a function that's I would like to use to poll historical data beginning from the start of Ethereum trading on the gdax exchange to current. I want the code to poll 100 results (max allowable at a time) insert results into mongodb, add 100,…
Superdawg
  • 1
  • 4
1 2 3 4
5