|
Title: Streaming market data from Intersango Post by: Seal on August 19, 2012, 04:13:25 AM I've been trying to connect to Intersango's streaming market data feed for a while now but haven't had much luck. Does anyone have any idea or code they could share to do so? From their site here:
https://intersango.com/api.php Streaming Market Data: Is available as line delimited json messages on intersango.com port 1337. When using the stream_socket_client() function in PHP, all I get is 'Connection refused'. Using WSSH I get the same thing. Title: Re: Streaming market data from Intersango Post by: phantomcircuit on August 19, 2012, 04:46:54 AM I've been trying to connect to Intersango's streaming market data feed for a while now but haven't had much luck. Does anyone have any idea or code they could share to do so? From their site here: https://intersango.com/api.php Streaming Market Data: Is available as line delimited json messages on intersango.com port 1337. When using the stream_socket_client() function in PHP, all I get is 'Connection refused'. Using WSSH I get the same thing. My bad it's actually on db.intersango.com I'll update the api docs tomorrow. |