Bitcoin Forum
April 19, 2024, 08:10:35 PM *
News: Latest Bitcoin Core release: 26.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Economy / Speculation / Re: Why are BTC-E and bitstamp $200 behind MtGox? on: November 29, 2013, 12:29:40 PM
How long does withdrawal on BTC-E or Bitstamp take?
Took me 2 or 3 days on the Bitstamp (SEPA transfer)
2  Economy / Speculation / Re: Pop? on: November 05, 2013, 08:12:27 PM
... We shall see.

Was hoping to break $266 tho Sad


china is sleeping
3  Bitcoin / Bitcoin Discussion / Re: Another *Potential* Identifying Piece of Evidence on Satoshi on: June 14, 2013, 03:49:23 PM
Britain is in GMT/UTC time zone which is the default time zone in this forum IIRC. Maybe they just didn't change their profile Wink
4  Economy / Exchanges / Re: www.BITSTAMP.net Bitcoin exchange site for USD/BTC on: April 05, 2013, 04:08:53 PM
Does bitstamp have a public websocket/streaming API?
Also, are there any request limits to usual API?

Yes:

Code:
 var trades_socket = io.connect('https://websocket.bitstamp.net:8080/live_trades');
 var orders_socket = io.connect('https://websocket.bitstamp.net:8080/live_orders');

Yes:

 up to 1 per second

How do we use the Socket.IO API? There doesn't seem to be happening much besides a connected message when using this:

Code:
<script src="https://websocket.bitstamp.net:8080/socket.io/socket.io.js"></script>
<script>
    var conn = io.connect('https://websocket.bitstamp.net:8080/live_trades');

    conn.on('connect', function() {
        alert('Connected!');
    });

    conn.on('disconnect', function() {
        alert('Disconnected!');
    });

    conn.on('message', function(data) {
        alert('Got Something!');
    });

    conn.on('anything', function(data) {
        alert('Got Something!');
    });

    conn.on('error', function() {
        alert('Got Error!');
    });
</script>

Change your conn.on('message', to conn.on('trade'.

I'd really like to see non-https access to websocket too. I have problems using ruby gems to create a connection.
5  Economy / Speculation / Re: mtgox api lag on: April 03, 2013, 07:42:00 PM
I switched to Bitstamp today. This lag is really annoying.
6  Economy / Exchanges / Re: www.BITSTAMP.net Bitcoin exchange site for USD/BTC on: April 03, 2013, 07:26:17 PM
Does bitstamp have a public websocket/streaming API?
Also, are there any request limits to usual API?
7  Economy / Goods / [Closed] [WTB] Spotify gift card/premium code on: September 02, 2012, 12:30:25 PM
I'd like to buy Spotify 1 or 3 month premium code.

EDIT: Got it
8  Other / Beginners & Help / Re: Whitelist Requests (Want out of here?) on: September 01, 2012, 01:52:24 PM
I'd like to be whitelisted.

I've been member over a year. Got hours, but almost no posts. I don't like making smalltalk Smiley.
9  Other / Beginners & Help / Re: Introduce yourself :) on: June 26, 2011, 08:54:21 PM
Hi,

I've been watching and interacting with bitoins about a month now. Lost some money on the market, but I still think it's a nice new currency.
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!