kraken orderbook wrong
See original GitHub issuefetch_l2_orderbook broken for kraken
During ETH/EUR request a different order book is returned here a dump of kraken.py fetch_order_book market variable
market = {dict} {'tierBased': True, 'percentage': True, 'taker': 0.0, 'maker': -0.001, 'tiers': {'taker': [[0, 0.0026], [50000, 0.0024], [100000, 0.0022], [250000, 0.002], [500000, 0.0018], [1000000, 0.0016], [2500000, 0.0014000000000000002], [5000000, 0.0012], [10000000,
'tierBased' (4393807728) = {bool} True
'percentage' (4393804656) = {bool} True
'taker' (4380498104) = {float} 0.0
'maker' (4393874464) = {float} -0.001
'tiers' (4394094464) = {dict} {'taker': [[0, 0.0026], [50000, 0.0024], [100000, 0.0022], [250000, 0.002], [500000, 0.0018], [1000000, 0.0016], [2500000, 0.0014000000000000002], [5000000, 0.0012], [10000000, 0.001]], 'maker': [[0, 0.0016], [50000, 0.0014000000000000002], [100000, 0.0012
'precision' (4381773488) = {dict} {'amount': 8, 'price': 2}
'limits' (4381814320) = {dict} {'amount': {'min': 1e-08, 'max': 100000000.0}, 'price': {'min': 0.01, 'max': None}, 'cost': {'min': 0, 'max': None}}
'id' (4358545568) = {str} 'XETHZEUR'
'symbol' (4370571536) = {str} 'ETH/EUR'
'base' (4358730896) = {str} 'ETH'
'quote' (4367562096) = {str} 'EUR'
'darkpool' (4395394160) = {bool} False
'info' (4359288848) = {dict} {'altname': 'ETHEUR', 'aclass_base': 'currency', 'base': 'XETH', 'aclass_quote': 'currency', 'quote': 'ZEUR', 'lot': 'unit', 'pair_decimals': 2, 'lot_decimals': 8, 'lot_multiplier': 1, 'leverage_buy': [2, 3, 4, 5], 'leverage_sell': [2, 3, 4, 5], 'fees': [[
'altname' (4395358840) = {str} 'ETHEUR'
'lot' (4381814096) = {float} 1e-08
'active' (4382131456) = {bool} True
__len__ = {int} 16
Issue Analytics
- State:
- Created 6 years ago
- Comments:9 (4 by maintainers)
Top Results From Across the Web
How to maintain a valid order book - Kraken Support
The order book feed provides an initial snapshot of the current order book, and then streams updates to the order book in real...
Read more >WebSocket OrderBook receiving wrong bid price for Highest Bid
I cannot keep a maintained OrderBook because I am receiving the wrong price for the Highest bid. The price is off buy only...
Read more >node.js - How to maintain a valid order book in kraken ...
But the book is wrong, it doesn't remove all old prices level. I'm sending my code below. I'd like help to solve this...
Read more >Crypto Order Book: Part III, Kraken. - Medium
The disadvantages are: the order book states might become incorrect if the procedure was not done carefully enough, data collection using ...
Read more >cryptofeed - PyPI
Bugfix: Raise error if client tries to subscribe to KuCoin book data without an API key. ... Feature: Kraken orderbook checksum support in...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
https://status.kraken.com/
Looks like they return those prices… Not our fault:
https://api.kraken.com/0/public/Depth?pair=XETHZEUR
Sell the ETH there, quick! ))