-
Updated
Dec 12, 2018 - Python
bittrex
Here are 214 public repositories matching this topic...
-
Updated
Feb 20, 2021 - C#
-
Updated
Jan 24, 2021 - Go
-
Updated
Feb 9, 2021 - Python
-
Updated
Nov 11, 2020 - Go
I have some units of a coin that I don't want to trade, so I have blocked that coin in the configuration.
However, the bot still notices the coin when it queries all the balances. Since that information is stored in $wallets, that information can be retrieved by calling getWallets() or getWalletsConsideringPendingDeposits(). So far, everything is still OK.
At some point saveSnapshot()
-
Updated
Feb 21, 2021 - Go
-
Updated
Jan 22, 2021 - C#
-
Updated
Jan 31, 2021 - JavaScript
-
Updated
Oct 19, 2017 - TypeScript
-
Updated
Jan 25, 2021 - Go
-
Updated
Jun 22, 2018 - Python
-
Updated
Sep 8, 2020 - Python
-
Updated
Oct 18, 2017 - Rust
-
Updated
Mar 22, 2020 - Python
Resolve github vulnerability warning on the alerts-ui project
Expected behavior
There is no vulnerability warning on the GitHub project page.
Actual behavior
GitHub is displaying a vulnerability warning that seems to be related to the angular build tools.
-
Updated
Jan 20, 2018 - JavaScript
-
Updated
Mar 9, 2019 - JavaScript
-
Updated
Oct 4, 2019 - Go
-
Updated
Jun 26, 2018 - JavaScript
-
Updated
Jun 9, 2018 - JavaScript
-
Updated
Mar 6, 2018 - Python
Improve this page
Add a description, image, and links to the bittrex topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the bittrex 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.