I am trying to use the API on the following site, https://www.cryptsy.com/pages/api, to download information to Excel.
I have never worked with JSON before, and I'm confused how to implement this. In particular I am interested in http://pubapi.cryptsy.com/api.php?method=singlemarketdata&marketid={MARKET ID}
I need to be signed in I think, so I can generate my own API key. Is it also possible to execute a trade on this API using an Excel macro?