Pages:
Author

Topic: www.BITSTAMP.net Bitcoin exchange site for USD/BTC - page 58. (Read 231282 times)

full member
Activity: 131
Merit: 100
Hi, thank you.

any plans for short documentation on streaming api?

is it public? can we freely use it?

I would like to know this as well. I've got it working, but don't want to make it live without permission, as obviously bitstamp are paying for this service.

Would it be possible to have some official word on whether or not we are allowed to make this feed available via our own websites? Thanks in advance.
sr. member
Activity: 379
Merit: 250
One more question, if you allow?

I am about to implement local orderbook state using streaming api.

My idea is first to cache enough depth messages. Then request full depth over http and apply depth messages filtered by the full orderbook timestamp.

The problem as I see it now is that full orderbook should be not grouped by price to see each order individually and to be able to apply depth messages to them also individually.

Each depth message contains unique order id and in theory this could help greatly cause it would allow identify each order in local orderbook and apply depth messages by order id. But full orderbook json does not contain any order id. In this case the only way to tell each order is using price as a unique key which is also impossible if I request ungrouped orderbook and get more than one order with the same price.

My question: is there any public http api  which allows to get full orderbook with order ids?
Is there a streaming api request which allows to get full orderbook with order ids?

Please advice what can be possible solution of the problems described above?

Clark, if you read this, please can you share your experience too?
sr. member
Activity: 379
Merit: 250
Hi, I managed to connect using Pusher client.

Will it take too much effort to add trade type (bid/ask) in trade stream messages?

I am asking because we at bitcoin-analytics.com store, process and display trades separately.

thank you in advance.
sr. member
Activity: 379
Merit: 250
Hi, thank you.

any plans for short documentation on streaming api?

is it public? can we freely use it?
legendary
Activity: 1078
Merit: 1003
and there is no any guarantee that they won't change it the other day, or close?

There are no such plans at this time and I don't think we are likely to do so.
sr. member
Activity: 379
Merit: 250
wow! how interesting! thanks a lot

and there is no any guarantee that they won't change it the other day, or close?
hero member
Activity: 548
Merit: 502
So much code.
I mean you use bitstamp socket.io websocket interface or you get orderbook and trades via http polling?

Bitstamp changed to pusher.com.

Here is the code, from their home page:
Code:
var pusher = new Pusher('de504dc5763aeef9ff52');

var trades_channel = pusher.subscribe('live_trades');
trades_channel.bind('trade', update_index_live_trades);

var orders_channel = pusher.subscribe('live_orders');
orders_channel.bind('order_deleted', add_to_ws_queue);
orders_channel.bind('order_created', add_to_ws_queue);
orders_channel.bind('order_changed', add_to_ws_queue);

The streaming API is not documented.
sr. member
Activity: 379
Merit: 250
I mean you use bitstamp socket.io websocket interface or you get orderbook and trades via http polling?
hero member
Activity: 548
Merit: 502
So much code.
Can you share any details on whethter your implementation support for bitstamp streaming api?

Bitstamp data is fully streaming at this time.
sr. member
Activity: 379
Merit: 250
Can you share any details on whethter your implementation support for bitstamp streaming api?
hero member
Activity: 548
Merit: 502
So much code.
The API is very weak when not even MKT Orders are supported. Who cares about LMT?

Shameless self-promotion to follow:


The RTBTC platform supports trading with Bitstamp. Market orders are computed in real time and are sent as limit orders.

RTBTC thread here: https://bitcointalksearch.org/topic/rtbtc-bitcoin-exchange-trading-interface-248054

https://rtbtc.com/
sr. member
Activity: 379
Merit: 250
The API is very weak when not even MKT Orders are supported. Who cares about LMT?

I am asking about public orderbook depth and trades streams.
sr. member
Activity: 308
Merit: 250
Any thoughts on accepting Neteller and Moneybookers for deposits/withdrawals?
full member
Activity: 557
Merit: 101
How long does the verification take? I'm waiting now for over 3,5 weeks...

Fewer than 24 hours for me in the UK.
sr. member
Activity: 462
Merit: 250
The API is very weak when not even MKT Orders are supported. Who cares about LMT?
sr. member
Activity: 379
Merit: 250
Does bitstamp still supports socket.io api?

tried to implement simple connections as describied earlier in this thread here

connection is established but nothing no messages eaither on message, trade or orders.

Can anybody advice?
newbie
Activity: 7
Merit: 0
Can you provide a little bit more documentation? I'm trying to change my code to suit your HMAC256, but I keep getting an "invalid signature" error. How about provided an example inputs/output strings?
newbie
Activity: 48
Merit: 0
How long does the verification take? I'm waiting now for over 3,5 weeks...
legendary
Activity: 2156
Merit: 1070
So I attempted my first Bitcoin withdrawl from Bitstamp today to my blockchain wallet and it "failed" twice, despite my email confirmation.

Not a good start. I would love some guidance on this. I had assumed, perhaps falsely that it was pretty easy to withdraw bticoins to my online wallet.
legendary
Activity: 1316
Merit: 1003
Pages:
Jump to: