-
Updated
Apr 22, 2021 - C++
kraken
Here are 201 public repositories matching this topic...
-
Updated
Mar 13, 2021 - Go
-
Updated
Apr 15, 2021 - Python
-
Updated
Apr 23, 2021 - C#
-
Updated
Feb 27, 2021 - TypeScript
Description
The following chat events need documentation for the website:
- ChannelMessageActionEvent
- BitsBadgeEarnedEvent
- CheerEvent
- SubscriptionEvent
- GiftSubscriptionsEvent
- GiftSubUpgradeEvent
- PrimeSubUpgradeEvent
- ExtendSubscriptionEvent
- PayForwardEvent
- PrimeGiftReceivedEvent
- RewardGiftEvent
-
Updated
Feb 24, 2021 - Go
-
Updated
Apr 20, 2021 - Go
-
Updated
Mar 4, 2021 - JavaScript
Describe the bug
I am adding a trailing stop buy order for LTC/USDT with initial stop 37.1 and limit price 37. Current price is ~37.5. When submit the stop executes immediately with this in the log:
Trailing stop on binance LTC/USDT market hit stop price (37.57000000 < 37.10)
It is obvious that 37.57 is not less than 37.10.
Tested with the latest official release 0.15.2 and with bleedi
-
Updated
Mar 30, 2021 - Python
-
Updated
Oct 19, 2017 - TypeScript
-
Updated
Apr 21, 2021 - VBA
-
Updated
Sep 30, 2020 - Python
Hi @namjug-kim please tell me how I can unsubscribe the stream from the websocket in order to create a new one with a different target currency using an instance of your BinanceWebsocketClient class, and if this is not provided, can I extend this class?
-
Updated
Nov 25, 2017 - Python
-
Updated
Mar 1, 2021 - Python
-
Updated
Mar 12, 2021 - JavaScript
-
Mixed brackets style
- Want on new line after method/ statement
- Want no brackets on one line ifs/ loops/ etc.
-
Variable naming
- Make variable names in effect buildbytes methods device specific; KrakenXSettingsBytes/ HuePlusSettingsBytes.
-
Updated
Feb 18, 2016 - Java
Improve this page
Add a description, image, and links to the kraken topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the kraken topic, visit your repo's landing page and select "manage topics."


A useful feature where the user specifies the quantity to take in an orderbook and callback returns the average price paid for that lot size. For example if the offers in the order book for BTC-USD was the following:
Price | size
11,000 | 1
10,500 | 1
10,000 | 1
If the user specified quantity 3, the callback would return 10,500.