1
1
I'm curious as to how the MtGox exchange works. I'm looking for some comprehensive information. Below are specific questions, phrased in the terminology common for stock exchanges.
- Is MtGox based on a limit order book? Is it an open order book?
- Can I get order-by-order full feeds?
- What type of orders can be sent? Only market and limit orders?
- Does the matching engine proceed on a price-time priority basis?
- Are there official or nominated market makers?
- Does MtGox offer colocation services?
Thanks. I've found the consolidated order book here, but not the order-by-order feed. Where can I get a full feed?
– Randomblue – 2013-11-09T17:45:03.560Regarding point #3: from my experience market (=instant?) orders eat up the top of the ask/bid orders. Every time I set a market order it ate multiple other orders with various prices. – Kozuch – 2013-11-09T22:47:43.323
Have a look at the API documentation at https://en.bitcoin.it/wiki/MtGox/API. I'm not sure if individual orders are exposed over the http API, but new orders are certainly announced over the streaming API.
– pyramids – 2013-11-10T11:14:56.850