This repository was archived by the owner on Sep 9, 2023. It is now read-only.
v0.22.1
- Kraken
- Bug fix for Kraken tradeId creation. History API returns trades that are rounded down when even. For example: unix timestamp
1554844623.538850
was previously generating an ID1554844623538900000
. History API is reporting (https://api.kraken.com/0/public/Trades?pair=XXBTZUSD&since=1554844623538000000) is a unix time stamp of1554844623.5388
. This changes will get the trade ID generation inline with those generated in the history API.
- Bug fix for Kraken tradeId creation. History API returns trades that are rounded down when even. For example: unix timestamp