Post
Topic
Board Beginners & Help
Re: Mtgox streaming API
by
mostar
on 02/05/2013, 14:06:14 UTC
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