Questions tagged [mtgox]

Mt.Gox is an established Bitcoin exchange. The MtGox API provides methods to access information from the market, place orders, and more.

Mt.Gox is an established Bitcoin exchange. You can quickly and securely trade bitcoins with other people around the world with your local currency

The MtGox API provides methods to access information from the market, place orders, and more. Two APIs are currently available:

  1. HTTP API

  2. Streaming websocket API

20 questions
0
votes
1 answer

How to work with PubNub and MtGox api without using PubNub libraries?

I'm writing an app in Dart, which PubNub has no libraries for. My question is, would it be possible to interact with MtGox api (which is, as far as I understand, built on PubNub) using Websockets? How does PubNub relate to Websockets? Their…
orion3
  • 9,797
  • 14
  • 67
  • 93
0
votes
2 answers

Convenient way to extract data from the MtGox/PubNub JSON API?

I'm using the PubNub API with Java for pulling data from MtGox. When retrieving data, the API delivers it in form of a JSONObject, which represents a tree structure of JSON data. Trying to extract bits of information directly from a JSONObject…
Daniel S.
  • 6,458
  • 4
  • 35
  • 78
0
votes
1 answer

Can't connect to MtGox Websocket

I've tried every possibily combination for the URI, below is my code. When using the webpage http://www.websocket.org/echo.html and for "Location: " entering ws://websocket.mtgox.com/mtgox, the webpage shows a nice feed for the stream. But when I…
Andy Visser
  • 95
  • 1
  • 11
-1
votes
1 answer

C# MtGox Value Grabber

Okay guys, here's the deal. I'm a total C# beginner but I've been advised to learn it. I'm desperate to get a working Bitcoin value grabber going - so that I can record the values to a text file. Another thing is that the value must be from MtGox,…
R-Guy
  • 15
  • 3
-1
votes
1 answer

How to get that Node.js MtGox client working?

I want to keep an eye on MtGox ticker and be alerted if BTC price drops sharply. Node.js + Socket.io seems to be the best way to achieve this, but unfortunately I'm quite new to this. I found that client (github link) which is doing what I want. The…
JohnT
  • 103
  • 2
  • 12
1
2