Post
Topic
Board Exchanges
Topic OP
Bitstamp Ticker problem
by
tarrant_01
on 25/04/2014, 08:30:08 UTC
What would cause the information from https://www.bitstamp.net/api/ticker/ to stop updating?  All the devices on my network display
Code:
{"high": "499.98", "last": "499.00", "timestamp": "1398380286", "bid": "498.00", "vwap": "488.87", "volume": "7076.57535443", "low": "480.00", "ask": "499.00"}

I've verified with Bitstamp that my IP isn't banned.  Reset the router to factory-defaults.  Connected the modem directly to a PC.  Talked to my ISP to verify that it wasn't blocked for some odd reason (felt stupid asking).  If I go to the site on my phone it works fine, but if I hop onto my wireless it goes to the above data.

I've been learning Python and using BitstampClient to do some small trades. It was working fine and then all the sudden I kept getting the last price stuck at 499.00.  It's been this way for several hours.

Does anyone have any suggestions on what could be happening?