prof7bit / goxtool

display Mt.Gox live market data (in the console) and experiment with trading bots
185 stars 53 forks source link

HTTP API v2 #17

Open nfx8 opened 11 years ago

nfx8 commented 11 years ago

Thanks a lot for coding this. Always good to learn code by reading code.

Is there an official doc for trading via websockets / socketIO? How does this relate to the new API version 2?

prof7bit commented 11 years ago

I'm only aware of the information available on the Forum, the Wiki, some explanations from other people and from MagicalTux in the IRC channel about how the api V2 compares to the V1 and some example code snippets floating around here and there. I have just tried to collect everything I needed and put it in one place (goxapi.py) until it worked and did what I wanted. Its not yet complete, its not meant to be a full implementation of everything, it doesn't do everything that could possibly be done with the API, after all its just another code snippet that might serve as starting point for others who want to build something even more complex.