Bittrex.Net 8.0.3

Additional Details

Bittrex is no longer trading, so the package will not be updated

dotnet add package Bittrex.Net --version 8.0.3
NuGet\Install-Package Bittrex.Net -Version 8.0.3
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Bittrex.Net" Version="8.0.3" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Bittrex.Net --version 8.0.3
#r "nuget: Bittrex.Net, 8.0.3"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Bittrex.Net as a Cake Addin
#addin nuget:?package=Bittrex.Net&version=8.0.3

// Install Bittrex.Net as a Cake Tool
#tool nuget:?package=Bittrex.Net&version=8.0.3

Bittrex.Net

.NET Nuget version Nuget downloads

Bittrex.Net is a wrapper around the Bittrex API as described on Bittrex, including all features the API provides using clear and readable objects, both for the REST as the websocket API's.

If you think something is broken, something is missing or have any questions, please open an Issue

Documentation

Installation

dotnet add package Bittrex.Net

Support the project

I develop and maintain this package on my own for free in my spare time, any support is greatly appreciated.

Sign up using the following referral link to pay a small percentage of the trading fees you pay to support the project instead of paying them straight to Bittrex. This doesn't cost you a thing! Link

Make a one time donation in a crypto currency of your choice. If you prefer to donate a currency not listed here please contact me.

Btc: bc1qz0jv0my7fc60rxeupr23e75x95qmlq6489n8gh
Eth: 0x8E21C4d955975cB645589745ac0c46ECA8FAE504

Alternatively, sponsor me on Github using Github Sponsors.

Discord

A Discord server is available here. Feel free to join for discussion and/or questions around the CryptoExchange.Net and implementation libraries.

Release notes

  • Version 8.0.3 - 24 Oct 2023

    • Updated CryptoExchange.Net
  • Version 8.0.2 - 09 Oct 2023

    • Updated CryptoExchange.Net version
    • Added ISpotClient to DI injection
    • Updated ISpotClient.GetTickerAsync to return LastPrice as well
  • Version 8.0.1 - 25 Aug 2023

    • Updated CryptoExchange.Net
  • Version 8.0.0 - 25 Jun 2023

    • Updated CryptoExchange.Net to version 6.0.0
    • Renamed BittrexClient to BittrexRestClient
    • Renamed SpotStreams to SpotApi on the BittrexSocketClient
    • Updated endpoints to consistently use a base url without any path as basis to make switching environments/base urls clearer
    • Added IBittrexOrderBookFactory and implementation for creating order books
    • Updated dependency injection register method (AddBittrex)
  • Version 7.1.2 - 18 Mar 2023

    • Updated CryptoExchange.Net
  • Version 7.1.1 - 14 Feb 2023

    • Updated CryptoExchange.Net
  • Version 7.1.0 - 17 Nov 2022

    • Updated CryptoExchange.Net
  • Version 7.0.18 - 19 Aug 2022

    • Added fiat fees endpoint
    • Fixed orderbook subscription message handling
  • Version 7.0.17 - 18 Aug 2022

    • Fixed issue where message were routed to incorrect handler if the symbol of the message started with the same characters as another handler symbol
  • Version 7.0.16 - 18 Jul 2022

    • Updated CryptoExchange.Net
  • Version 7.0.15 - 16 Jul 2022

    • Updated CryptoExchange.Net
  • Version 7.0.14 - 10 Jul 2022

    • Fixed excessive socket data logging in Debug LogLevel
    • Updated CryptoExchange.Net
  • Version 7.0.13 - 12 Jun 2022

    • Updated CryptoExchange.Net
  • Version 7.0.12 - 24 May 2022

    • Updated CryptoExchange.Net
  • Version 7.0.11 - 22 May 2022

    • Updated CryptoExchange.Net
  • Version 7.0.10 - 08 May 2022

    • Fix for reconnecting and added default no-data timeout on socket
    • Updated CryptoExchange.Net
  • Version 7.0.9 - 01 May 2022

    • Fixed socket connection
    • Cleaned up socket id logging
  • Version 7.0.8 - 01 May 2022

    • Updated CryptoExchange.Net which fixed an timing related issue in the websocket reconnection logic
    • Added seconds representation to KlineInterval enum
  • Version 7.0.7 - 14 Apr 2022

    • Updated CryptoExchange.Net
  • Version 7.0.6 - 10 Mar 2022

    • Updated CryptoExchange.Net
  • Version 7.0.5 - 08 Mar 2022

    • Updated CryptoExchange.Net
  • Version 7.0.4 - 01 Mar 2022

    • Updated CryptoExchange.Net improving the websocket reconnection robustness
  • Version 7.0.3 - 27 Feb 2022

    • Updated CryptoExchange.Net to fix timestamping issue when request is ratelimiter
  • Version 7.0.2 - 24 Feb 2022

    • Fixed HeartBeat socket subscription causing errors
    • Fixed thread blocking in socket connecting
    • Updated CryptoExchange.Net
  • Version 7.0.1 - 21 Feb 2022

    • Fixed exception socket order update with open orderbook subscriptions
  • Version 7.0.0 - 18 Feb 2022

    • Added Github.io page for documentation: https://jkorf.github.io/Bittrex.Net/

    • Added unit tests for parsing the returned JSON for each endpoint and subscription

    • Added AddBittrex extension method on IServiceCollection for easy dependency injection

    • Added URL reference to API endpoint documentation for each endpoint

    • Added default rate limiter

    • Refactored client structure to be consistent across exchange implementations

    • Renamed various properties to be consistent across exchange implementations

    • Cleaned up project structure

    • Fixed various models

    • Updated CryptoExchange.Net, see https://github.com/JKorf/CryptoExchange.Net#release-notes

    • See https://jkorf.github.io/Bittrex.Net/MigrationGuide.html for additional notes for updating from V6 to V7

  • Version 6.1.5 - 08 Oct 2021

    • Updated CryptoExchange.Net to fix some socket issues
  • Version 6.1.4 - 06 Oct 2021

    • Updated CryptoExchange.Net, fixing socket issue when calling from .Net Framework
  • Version 6.1.3 - 05 Oct 2021

    • Updated CryptoExchange.Net
  • Version 6.1.2 - 29 Sep 2021

    • Updated CryptoExchange.Net
  • Version 6.1.1 - 23 Sep 2021

    • Fixed exception for post requests without parameters
  • Version 6.1.0 - 20 Sep 2021

    • Added missing SetApiCredentials method
    • Updated CryptoExchange.Net
  • Version 6.0.6 - 15 Sep 2021

    • Updated CryptoExchange.Net
  • Version 6.0.5 - 02 Sep 2021

    • Fix for disposing order book closing socket even if there are other connections
  • Version 6.0.4 - 26 Aug 2021

    • Updated CryptoExchange.Net
  • Version 6.0.3 - 24 Aug 2021

    • Updated CryptoExchange.Net, improving websocket and SymbolOrderBook performance
  • Version 6.0.2 - 19 Aug 2021

    • Added GetTradingFeesAsync endpoint
  • Version 6.0.1 - 13 Aug 2021

    • Fix for OperationCancelledException being thrown when closing a socket from a .net framework project
    • Fixed unsubscribing not working
  • Version 4.0.0 - 12 Aug 2021

  • Version 6.0.0-beta3 - 09 Aug 2021

    • Renamed GetSymbolTradesAsync to GetTradeHistoryAsync
    • Renamed GetExecutionsAsync to GetUserTradesAsync
    • Renamed GetOrderExecutionsAsync to GetOrderTradesAsync
    • Renamed SubscribeToSymbolTradeUpdatesAsync to SubscribeToTradeUpdatesAsync
    • Renamed SubscribeToExecutionUpdatesAsync to SubscribeToUserTradeUpdatesAsync
  • Version 6.0.0-beta2 - 26 Jul 2021

    • Updated CryptoExchange.Net
  • Version 6.0.0-beta1 - 09 Jul 2021

    • Added Async postfix for async methods
    • Updated CryptoExchange.Net
  • Version 5.2.0-beta5 - 07 Jun 2021

    • Fixed BittrexSocketClient Proxy option
    • Updated SignalR client package version
    • Updated CryptoExchange.Net
  • Version 5.2.0-beta4 - 27 May 2021

    • Fix for stream data deserialization
  • Version 5.2.0-beta3 - 26 May 2021

    • Removed non-async calls
    • Updated to CryptoExchange.Net changes
  • Version 5.2.0-beta2 - 06 mei 2021

    • Updated CryptoExchange.Net
  • Version 5.2.0-beta1 - 30 apr 2021

    • Updated to CryptoExchange.Net 4.0.0-beta1, new websocket implementation
  • Version 5.1.1 - 04 mei 2021

    • Allow TimeInForce null in BittrexOrder result
    • Added GetExecutionById endpoint
  • Version 5.1.0 - 28 apr 2021

    • Added batch order placement/cancellation
  • Version 5.0.3 - 19 apr 2021

    • Updated CryptoExchange.Net
  • Version 5.0.2 - 30 mrt 2021

    • Updated CryptoExchange.Net
  • Version 5.0.1 - 15 mrt 2021

    • Fixed socket client authentication
  • Version 5.0.0 - 11 mrt 2021

    • Dropped support for V1 API, removed V3 post fixes
    • Added permission endpoints
    • Added executions endpoint
    • Added KlineType to kline endpoints
    • Added execution subscription on socket client
  • Version 4.3.1 - 01 mrt 2021

    • Added Nuget SymbolPackage
  • Version 4.3.0 - 01 mrt 2021

    • Added config for deterministic build
    • Updated CryptoExchange.Net
  • Version 4.2.2 - 22 jan 2021

    • Updated for ICommonKline
  • Version 4.2.1 - 14 jan 2021

    • Updated CryptoExchange.Net
  • Version 4.2.0 - 21 dec 2020

    • Fix for pageSizes being limited to 100 while max is 200
    • Added SubscribeToHeartbeatAsync on BittrexSocketClientV3
    • Updated CryptoExchange.Net
    • Updated to latest IExchangeClient
  • Version 4.1.9 - 11 dec 2020

    • Updated CryptoExchange.Net
    • Implemented IExchangeClient
  • Version 4.1.8 - 19 nov 2020

    • Added conditional order subscription to socket client
    • Changed operand on conditional order to an enum
    • Added clientWithdrawalId to withdraw methods and models
    • Updated v3 market/currency models
  • Version 4.1.7 - 08 Oct 2020

    • Fix for double events for kline subscriptions
    • Updated CryptoExchange.Net
  • Version 4.1.6 - 03 Sep 2020

    • Fixed V3 GetOrderBook limit parameter serialization
  • Version 4.1.5 - 31 Aug 2020

    • Added GetSequence extension method documentation
    • Added GetOrderBook limit parameter
  • Version 4.1.4 - 28 Aug 2020

    • Updated CryptoExchange
    • Updated BittrexSymbolOrderBook to V3
  • Version 4.1.3 - 12 Aug 2020

    • Updated CryptoExchange.Net
  • Version 4.1.2 - 05 Aug 2020

    • Fixed GetHistoricalKlines date parameters
    • Added overloads on the V3 socket client to subscribe multiple symbols at once
  • Version 4.1.1 - 20 Jul 2020

    • Fixed reference
  • Version 4.1.0 - 20 Jul 2020

    • Updated V3 rest client
    • Added V3 socket client
  • Version 4.0.10 - 21 Jun 2020

    • Updated CryptoExchange
  • Version 4.0.9 - 16 Jun 2020

    • Updated CryptoExchange.Net
  • Version 4.0.8 - 074 Jun 2020

    • Updated CryptoExchange
  • Version 4.0.7 - 03 Mar 2020

    • Updated CryptoExchange
  • Version 4.0.6 - 27 Jan 2020

    • Updated CryptoExchange.Net
  • Version 4.0.5 - 14 Nov 2019

    • Fixed NotImplementedException sometimes being triggered when reconnecting
  • Version 4.0.4 - 12 Nov 2019

    • Added retry on SignalR hub invoke for websockets
  • Version 4.0.3 - 27 oct 2019

    • Fixed GetOrderBook in socket client
  • Version 4.0.2 - 23 Oct 2019

    • Fixed summary symbol mapping
  • Version 4.0.1 - 23 Oct 2019

    • Fixed symbol validation
  • Version 4.0.0 - 23 Oct 2019

    • See CryptoExchange.Net 3.0 release notes
    • Added input validation
    • Added CancellationToken support to all requests
    • Now using IEnumerable<> for collections
    • Renamed Candle → Kline
    • Renamed Market → Symbol
    • Renamed ExchangeState → OrderBook
  • Version 3.1.8 - 06 Oct 2019

    • Changed ask/bid in BittrexStreamMarketSummary to be nullable
  • Version 3.1.7 - 15 Aug 2019

    • Updated code docs
    • Updated V3 client
  • Version 3.1.6 - 07 Aug 2019

    • Updated CryptoExchange.Net
  • Version 3.1.5 - 05 Aug 2019

    • Added xml file for code documentation
  • Version 3.1.4 - 09 jul 2019

    • Updated BittrexSymbolOrderBook
  • Version 3.1.3 - 14 may 2019

    • Added an order book implementation for easily keeping an updated order book
    • Added additional constructor to ApiCredentials to be able to read from file
  • Version 3.1.2 - 06 may 2019

    • Fixed limit being a nullable field on orders
  • Version 3.1.1 - 06 may 2019

    • Fixed market order type parsing
    • Added support for the V3 open beta API
  • Version 3.1.0 - 01 may 2019

    • Updated to latest CryptoExchange.Net
      • Adds response header to REST call result
      • Added rate limiter per API key
      • Unified socket client workings
  • Version 3.0.9 - 09 mar 2019

    • Fixed stream order condition parsing
  • Version 3.0.8 - 08 mar 2019

    • Fixed Bid/Ask being nullable in market summary
  • Version 3.0.7 - 07 mar 2019

    • Fixed parsing of ConditionType
    • Fixed linq exception on Query in socket client
  • Version 3.0.6 - 01 mar 2019

    • Fixed nullable fields in orders
    • CallResult to WebCallResult for BittrexClient
  • Version 3.0.5 - 01 feb 2019

    • Updated CryptoExchange.Net
  • Version 3.0.4 - 11 jan 2019

    • Updated CryptoExchange.Net
  • Version 3.0.3 - 29 dec 2018

    • Updated CryptoExchange.Net
  • Version 3.0.2 - 17 dec 2018

    • Fix for error while reconnecting
  • Version 3.0.1 - 06 dec 2018

    • Fix for socket client
    • Fix for freezes if called from UI thread
  • Version 3.0.0 - 05 dec 2018

    • Updated to CryptoExchange.Net version 2
      • Libraries now use the same standard functionalities
      • Objects returned by socket subscriptions standardized across libraries
  • Version 2.1.20 - 05 nov 2018

    • Fix for v2 api methods resulting in INVALID_SIGNATURE
  • Version 2.1.19 - 01 nov 2018

    • Fix MarketSummaryLite failing to deserialize when there is a new market without data
  • Version 2.1.18 - 25 sep 2018

    • Fixed PlaceConditionalOrder endpoint
  • Version 2.1.17 - 21 sep 2018

    • Updated CryptoExchange.Net
    • Fixed Kline methods
  • Version 2.1.16 - 21 aug 2018

    • Fix for default api credentials getting disposed
  • Version 2.1.15 - 20 aug 2018

    • Updated CryptoExchange.Net for bugfix
  • Version 2.1.14 - 16 aug 2018

    • Added interface for socket client
    • Fixed some minor Resharper warnings
    • Updated CryptoExchange.Net
  • Version 2.1.13 - 13 aug 2018

    • Fixed auth calls
  • Version 2.1.12 - 13 aug 2018

    • Updated CryptoExchange.Net
  • Version 2.1.11 - 13 aug 2018

    • Updated CryptoExchange.Net
  • Version 2.1.10 - 03 jul 2018

    • Small fix socket event binding
  • Version 2.1.9 - 25 jun 2018

    • Updated base rest api address
  • Version 2.1.8 - 08 jun 2018

    • Fix for broken datettime parsing
  • Version 2.1.7 - 08 jun 2018

    • Fix DateTime objects to have Kind set to Utc
  • Version 2.1.6 - 04 jun 2018

    • Added additional events for socket connection
    • Fix for null reference in QueryExchangeState
  • Version 2.1.5 - 09 may 2018

    • Added support for multiple accounts in socket client
  • Version 2.1.4 - 07 may 2018

    • Fix for logging issue
  • Version 2.1.3 - 07 may 2018

    • Moved from beta endpoint to release endpoint
    • Updated CryptoExchange.Net base
  • Version 2.1.2 - 17 apr 2018

    • Fix for failed resubscribe handling after connection is restored
    • Additional error checking on socket data
  • Version 2.1.1 - 06 apr 2018

    • Fixed reconnect when connection is closed without error
    • More error checking in socket client
  • Version 2.1.0 - 05 apr 2018

    • Updated to new Bittrex beta socket implementation
    • Cleaned reconnection logic
  • Version 2.0.10 - 23 mar 2018

    • Fix for CloudFlare bypass
    • Updated socket dispose
    • Updated base
  • Version 2.0.9 - 21 mar 2018

    • Allow multiple log writers
  • Version 2.0.8 - 12 mar 2018

    • Updated packages to fix freezing when called from UI thread
  • Version 2.0.7 - 09 mar 2018

    • Updated base
  • Version 2.0.6 - 09 mar 2018

    • Fix for exception when parsing PlaceConditionalOrder result
    • Fix for UI thread freezing
  • Version 2.0.5 - 08 mar 2018

    • Cleaned socket implementation
  • Version 2.0.4 - 08 mar 2018

    • Removed initial try without CloudFlare cookies in socket client
    • Cleanup, removed unused files
  • Version 2.0.2/2.0.3 - 05 mar 2018

    • Fix for freezes when calling from UI thread
  • Version 2.0.1 - 03 mar 2018

    • Fix for bug in URL building
  • Version 2.0.0 - 01 mar 2018

    • Updated to use a base package, which introduces some changes in syntax, but keeps functionality unchanged
  • Version 1.4.1 - 26 feb 2018

    • Small fixes
  • Version 1.4.0 - 26 feb 2018

    • Changed how to set (default) options
    • Added SetProxy to REST client
    • Fix for OrderSide being default in some returns
  • Version 1.3.15 - 21 feb 2018

    • Fix for wrong orderside in socket exchange delta event
  • Version 1.3.14 - 21 feb 2018

    • Fix for Trade updates from websocket not containing Price/Rate
  • Version 1.3.13 - 20 feb 2018

    • Fix for ExchangeDeltas update for a market being called for all subscriptions
  • Version 1.3.12 - 20 feb 2018

    • Added V2 order endpoint to support conditional orders
    • Combined BittrexExchangeState and BittrexStreamExchangeState
  • Version 1.3.11 - 15 feb 2018

    • Fix for freezes when making calls from UI thread
  • Version 1.3.10 - 15 feb 2018

    • Fix for MarketName being Null in QueryExchangeState
    • Cleaned BittrexSocketClient and ExchangeState objects
    • Fix for error messages being duplicated
  • Version 1.3.9 - 07 feb 2018

    • Fix for deadlock if certain methods were called from the UI thread
  • Version 1.3.8 - 31 jan 2018

    • Added Notice field to BittrexCurrency response
    • Added Notice, LogoUrl and IsSponsored fields to BittrexMarketSummary response, removed DisplayMarketName which is no longer returned (was always null)
    • Changed BittrexMarketSummary fields to nullable decimals since they can be null for new markets
  • Version 1.3.7 - 17 jan 2018

    • Updated CloudFlareUtilities package to fix socket connection
  • Version 1.3.6 - 12 jan 2018

    • Added missing merge
  • Version 1.3.5 - 12 jan 2018

    • Added orderbook websocket endpoints
    • Added basic proxy functionality
    • Small fixed in order json parsing
    • Fix for nullreference when theres no connection
  • Version 1.3.4 - 04 jan 2018

    • Fix for websockets for all platforms
  • Version 1.3.3 - 02 jan 2018

    • Fix for stream connections on platforms with Websocket protocol supported
    • Parallel foreach for stream event callbacks to improve performance
  • Version 1.3.2 - 11 dec 2017

    • Added baseUrl parameter to constructor for mocking
    • Added IBittrexClient interface for mocking
  • Version 1.3.1 - 29 nov 2017

    • Added candle endpoints
    • Made ExecuteRequest and GetUrl protected so they can be overridden
    • Fixed some small potential threading problems
  • Version 1.3.0 - 24 nov 2017

    • Changed websocket implementation to support new Bittrex socket implementation on all platforms
    • Added SubscribeToMarketDeltaStreamAsync which returns a Task
  • Version 1.2.2 - 20 nov 2017

    • Temporary fix for BittrexSocketClient connection after changes on the Bittrex socket API
  • Version 1.2.1 - 15 nov 2017

    • CloudFlare is now used as backup, it'll first try without. This should improve connection time when CloudFlare isn't enabled
  • Version 1.2.0 - 13 nov 2017

    • NETStandard2.0 supported now
    • Extended CloudFlare bypass for more platforms
  • Version 1.1.3 - 13 nov 2017

    • Added CloudFlare bypass in socket client
  • Version 1.1.2 - 10 nov 2017

    • Added ratelimiting options
    • Added connection lost/restored events in socket client
    • Added log verbosity None to be able to mute all logging
    • Added encryptor to dispose
  • Version 1.1.1 - 9 nov 2017

    • Fix for error in wrong category
    • Small code documentation fixes
  • Version 1.1.0 - 9 nov 2017

    • Added automatic configurable retry on server errors
    • Refactor on error returns
  • Version 1.0.1 - 8 nov 2017

    • Added reconnect functionality in socket client as long as there are still subscriptions open
  • Version 1.0.0 - 6 nov 2017

    • Release version 1.0.0
    • Additional unit tests, also for the socket client
    • Small refactoring for unit testability
    • Small cleanup
  • Version 0.0.4 - 4 nov 2017

    • Added icon
  • Version 0.0.3 - 1 nov 2017

    • Small naming changes in socket client
    • Added api key checks in private endpoints
    • Updated documentation
    • Added example project
  • Version 0.0.2 - 1 nov 2017

    • Added BittrexSocketClient
    • Updated documentation
Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 is compatible. 
.NET Framework net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on Bittrex.Net:

Package Downloads
exchange-client-1

Exchange client gather all exchanges via jkorf and it uses common client sources

GitHub repositories (2)

Showing the top 2 popular GitHub repositories that depend on Bittrex.Net:

Repository Stars
JKorf/CryptoExchange.Net
Base for exchanges
mehtadone/CryptoGramBot
A simple telegram bot that sends your balance updates from coinigy, send trade notifications from Poloniex and Bittrex and creates you a trade export for your own spreadsheet magicary.
Version Downloads Last updated
8.0.3 1,749 10/24/2023
8.0.2 964 10/9/2023
8.0.1 1,525 8/25/2023
8.0.0 1,900 6/25/2023
7.1.2 2,368 3/18/2023
7.1.1 1,704 2/14/2023
7.1.0 1,641 11/17/2022
7.0.18 2,543 8/19/2022
7.0.17 1,352 8/18/2022
7.0.16 4,126 7/18/2022
7.0.15 1,413 7/16/2022
7.0.14 1,560 7/10/2022
7.0.13 1,650 6/12/2022
7.0.12 1,462 5/24/2022
7.0.11 1,454 5/22/2022
7.0.10 1,508 5/8/2022
7.0.9 1,573 5/1/2022
7.0.8 1,416 5/1/2022
7.0.7 2,010 4/14/2022
7.0.6 1,900 3/10/2022
7.0.5 1,420 3/8/2022
7.0.4 2,848 3/1/2022
7.0.3 1,480 2/27/2022
7.0.2 1,516 2/24/2022
7.0.1 1,540 2/21/2022
7.0.0 1,490 2/18/2022
7.0.0-beta4 1,097 2/5/2022
7.0.0-beta3 1,092 1/31/2022
7.0.0-beta2 1,166 1/24/2022
7.0.0-beta1 1,145 1/15/2022
7.0.0-alpha6 1,146 1/7/2022
7.0.0-alpha5 1,135 1/3/2022
7.0.0-alpha4 1,130 1/1/2022
7.0.0-alpha3 1,111 12/27/2021
7.0.0-alpha2 1,131 12/21/2021
7.0.0-alpha1 1,123 12/7/2021
6.1.5 6,657 10/8/2021
6.1.4 3,258 10/6/2021
6.1.3 1,365 10/5/2021
6.1.2 1,514 9/29/2021
6.1.1 1,573 9/23/2021
6.1.0 1,411 9/20/2021
6.0.6 1,507 9/15/2021
6.0.5 1,477 9/2/2021
6.0.4 1,617 8/26/2021
6.0.3 1,414 8/24/2021
6.0.2 1,582 8/19/2021
6.0.1 1,462 8/13/2021
6.0.0 1,436 8/12/2021
6.0.0-beta3 1,212 8/9/2021
6.0.0-beta2 1,199 7/26/2021
6.0.0-beta1 1,187 7/9/2021
5.2.0-beta5 1,245 6/7/2021
5.2.0-beta4 1,256 5/27/2021
5.2.0-beta3 1,187 5/26/2021
5.2.0-beta2 1,245 5/6/2021
5.2.0-beta1 1,238 4/30/2021
5.1.1 2,321 5/4/2021
5.1.0 1,403 4/28/2021
5.0.3 1,479 4/19/2021
5.0.2 1,602 3/30/2021
5.0.1 1,515 3/15/2021
5.0.0 1,646 3/11/2021
4.3.1 1,702 3/1/2021
4.3.0 1,657 3/1/2021
4.2.2 1,989 1/22/2021
4.2.1 1,614 1/14/2021
4.2.0 1,870 12/21/2020
4.1.9 1,652 12/11/2020
4.1.8 2,533 11/19/2020
4.1.7 2,018 10/8/2020
4.1.6 3,823 9/3/2020
4.1.5 1,655 8/31/2020
4.1.4 1,603 8/28/2020
4.1.3 1,884 8/12/2020
4.1.2 1,689 8/5/2020
4.1.1 1,943 7/20/2020
4.1.0 1,604 7/20/2020
4.0.10 1,961 6/21/2020
4.0.9 1,801 6/16/2020
4.0.8 1,706 6/7/2020
4.0.7 8,314 3/3/2020
4.0.6 9,419 1/27/2020
4.0.5 2,701 11/14/2019
4.0.4 1,703 11/12/2019
4.0.3 1,795 10/27/2019
4.0.2 1,692 10/23/2019
4.0.1 1,704 10/23/2019
4.0.0 1,662 10/23/2019
3.1.8 16,008 10/6/2019
3.1.7 2,519 8/15/2019
3.1.6 1,947 8/7/2019
3.1.5 1,647 8/5/2019
3.1.4 2,450 7/9/2019
3.1.3 6,855 5/14/2019
3.1.2 1,872 5/6/2019
3.1.1 1,750 5/6/2019
3.1.0 1,816 5/1/2019
3.0.9 2,536 3/9/2019
3.0.8 1,824 3/8/2019
3.0.7 1,745 3/7/2019
3.0.6 1,777 3/1/2019
3.0.5 2,667 2/1/2019
3.0.4 2,169 1/11/2019
3.0.3 2,055 1/3/2019
3.0.2 5,753 12/17/2018
3.0.1 1,927 12/6/2018
3.0.0 1,981 12/5/2018
2.1.20 3,985 11/5/2018
2.1.19 1,949 11/1/2018
2.1.18 2,697 9/25/2018
2.1.17 2,116 9/21/2018
2.1.16 4,352 8/21/2018
2.1.15 2,046 8/20/2018
2.1.14 2,000 8/16/2018
2.1.13 2,108 8/13/2018
2.1.12 1,990 8/13/2018
2.1.11 2,003 8/13/2018
2.1.10 2,923 7/3/2018
2.1.9 2,279 6/25/2018
2.1.8 3,171 6/8/2018
2.1.7 2,127 6/8/2018
2.1.6 2,081 6/4/2018
2.1.5 3,177 5/9/2018
2.1.4 2,999 5/7/2018
2.1.3 2,078 5/7/2018
2.1.2 6,491 4/17/2018
2.1.1 2,710 4/6/2018
2.1.0 2,143 4/5/2018
2.0.10 6,626 3/23/2018
2.0.9 2,199 3/21/2018
2.0.8 3,292 3/12/2018
2.0.7 2,231 3/9/2018
2.0.6 2,132 3/9/2018
2.0.5 2,124 3/8/2018
2.0.4 3,633 3/8/2018
2.0.3 2,215 3/7/2018
2.0.2 2,296 3/5/2018
2.0.1 2,197 3/1/2018
2.0.0 2,095 3/1/2018
1.4.1 2,344 2/26/2018
1.4.0 2,300 2/26/2018
1.3.15 5,103 2/21/2018
1.3.14 2,251 2/21/2018
1.3.13 2,072 2/20/2018
1.3.12 1,995 2/20/2018
1.3.11 2,162 2/19/2018
1.3.10 3,230 2/15/2018
1.3.9 2,321 2/7/2018
1.3.8 4,379 1/31/2018
1.3.7 2,447 1/17/2018
1.3.6 3,583 1/12/2018
1.3.5 2,155 1/12/2018
1.3.4 2,498 1/4/2018
1.3.3 2,592 1/2/2018
1.3.2 2,791 12/11/2017
1.3.1 2,317 11/29/2017
1.3.0 3,319 11/24/2017
1.2.2 2,081 11/20/2017
1.2.1 2,387 11/15/2017
1.2.0 2,044 11/14/2017
1.1.3 1,998 11/13/2017
1.1.2 2,044 11/10/2017
1.1.1 2,030 11/9/2017
1.1.0 2,040 11/9/2017
1.0.1 1,963 11/8/2017
1.0.0 2,060 11/6/2017
0.0.4 2,073 11/4/2017
0.0.3 2,107 11/1/2017
0.0.2 2,033 11/1/2017

8.0.3 - Updated CryptoExchange.Net