Can I use http command to place order in GDAX?

0

I see that I can read the price of bitcoin using

'https://api.gdax.com/products/BTC-USD/ticker'

Can I place and cancel the order via a http command?

Marco

Posted 2017-08-20T17:53:10.570

Reputation: 265

Answers

1

Yes you can.

https://docs.gdax.com/

There are examples there in various languages.

jtgd

Posted 2017-08-20T17:53:10.570

Reputation: 111