Skip to content

Releases: dougdellolio/coinbasepro-csharp

v1.0.11

04 Feb 15:30
c656f27
Compare
Choose a tag to compare
  • Added the ability to place stop order
  • Fixed a bug where setting "post only" on limit orders was potentially being ignored

v1.0.10

30 Jan 03:37
c656f27
Compare
Choose a tag to compare
  • Added new Bitcoin Cash pairs: BCH/EUR and BCH/BTC
  • Fixed limit orders
    • For GTT orders you can now pass in min, hour or day
    • FOK and IOC orders

v1.0.9

15 Jan 20:28
ef41a62
Compare
Choose a tag to compare
  • Fixed a bug where the Bid/Ask values were being parsed incorrectly due to CultureInfo

v1.0.8

15 Jan 01:53
ab55f41
Compare
Choose a tag to compare
  • Added MIT license
  • Add optional levels to product order book in the ProductsService
    • **Please note if you are currently using GetProductOrderBookAsync(...), the result for Bids and Asks in ProductsOrderBookResponse has changed from IEnumerable<IEumerable<decimal>> to IEumerable<Bid> and IEumerable<Ask>

v1.0.7

06 Jan 01:33
9f4064e
Compare
Choose a tag to compare
  • Added ability to get historic rates for a product (@quin810)
  • Added ability to specify parameters with limit orders (@quin810)
  • Added Bitcoin Cash as new product type (@DontFretBrett)

v1.0.6

24 Dec 16:52
de4ef26
Compare
Choose a tag to compare
  • Fixed a bug where the timestamp was wrong due to culture info (@moski0)
  • Added fundings service

v1.0.5

18 Dec 03:29
1ac5907
Compare
Choose a tag to compare
  • Fixed a bug where the time stamp format was wrong due to different culture info
  • Added fills service (@dgelineau)

v1.0.4

10 Dec 19:59
a369a70
Compare
Choose a tag to compare
  • Fixed bug in Products Service where Ask values were coming in as null
  • Added paged responses
  • Added currencies service
  • Added ability to view account history and holds
  • Added more descriptive errors

v1.0.3

05 Dec 01:19
63d88b7
Compare
Choose a tag to compare
  • Added products service
  • More tests around existing services

v1.0.2

01 Dec 03:46
3a954f4
Compare
Choose a tag to compare
  • Added more functionality to withdrawals service
  • Added deposits service (@dgelineau)