Author

Topic: Mtgox streaming API (Read 485 times)

newbie
Activity: 21
Merit: 0
May 02, 2013, 10:06:14 AM
#6
Hi,

I'd like to get real time price information from MtGox, I read with the HTTP API the order book has a cache delay of 10 seconds, plus when I run it, it has a very long lag time when loading it.

Is it possible to use the information from the real-time/socket API in a PHP script?

Thanks, Dirk

You got PHP example real-time data using socket API is this link:
https://github.com/MtGox/websocket

Mostar
legendary
Activity: 1078
Merit: 1002
Bitcoin is new, makes sense to hodl.
April 20, 2013, 12:55:55 PM
#5
last time I tried, the streaming api is less reliable than the polling one. It broke like 20 times a day, especially on critical moment.
newbie
Activity: 37
Merit: 0
April 20, 2013, 12:47:33 PM
#4
I wish I was tech savvy enough to figure out API because seems to offer some great features.
newbie
Activity: 33
Merit: 0
April 20, 2013, 11:58:20 AM
#3
Or being able to put/cancel/update orders over the Websocket API would be ok as well, anyone knows if that is possible?
newbie
Activity: 33
Merit: 0
April 20, 2013, 11:42:38 AM
#2
Basically, what I'd like to do is use the information from the streaming API to automatically make decisions on what orders to put in the system (which works through the HTTP API). Or in other words, I need a program that is able to use both API's (directly or indirectly).
newbie
Activity: 33
Merit: 0
April 20, 2013, 11:02:02 AM
#1
Hi,

I'd like to get real time price information from MtGox, I read with the HTTP API the order book has a cache delay of 10 seconds, plus when I run it, it has a very long lag time when loading it.

Is it possible to use the information from the real-time/socket API in a PHP script?

Thanks, Dirk
Jump to: