Skip to content

Releases: dougdellolio/coinbasepro-csharp

v1.0.41

11 Dec 18:29
Compare
Choose a tag to compare
  • Added product pair/currency support for the following:
    • Filecoin (FIL) - FIL-USD, FIL-EUR, FIL-GBP, FIL-BTC
    • ZEC-USD
    • ALGO-BTC
    • LINK-BTC
    • LRC-BTC
    • YFI-BTC
    • UNI-BTC

v1.0.40

03 Dec 14:07
Compare
Choose a tag to compare
  • Added product pair/currency support for the following:
    • Ren (REN) - REN-USD, REN-BTC
    • Balancer (BAL) - BAL-USD, BAL-BTC
    • Celo (CGLD) - CGLD-USD, CGLD-EUR, CGLD-GBP, CGLD-BTC
    • Wrapped Bitcoin (WBTC) - WBTC-BTC, WBTC-USD
    • NuCypher (NU) - NU-USD, NU-EUR, NU-GBP, NU-BTC

v1.0.39

22 Sep 20:34
Compare
Choose a tag to compare
  • Added product pair/currency support for the following:
    • Band Protocol (BAND) - BAND-USD, BAND-EUR, BAND-GBP, BAND-BTC
    • Numeraire (NMR) - NMR-USD, NMR-EUR, NMR-GBP, NMR-BTC
    • Celo (CELO) - CELO-USD, CELO-EUR, CELO-GBP, CELO-BTC
    • UMA (UMA) - UMA-USD, UMA-EUR, UMA-GBP, UMA-BTC
    • Loopring (LRC) - LRC-USD
    • Yearn.finance (YFI) - YFI-USD
    • Uniswap (UNI) - UNI-USD
  • Added new function GetFeeEstimateAsync to the WithdrawalsService to view estimated network fee when sending to the given crypto address

v1.0.38

05 Aug 03:10
Compare
Choose a tag to compare
  • Added product pair/currency support for Compound (COMP)
  • Added product pair support for XRP-GBP, XTZ-EUR, XTZ-GBP, ALGO-EUR, ALGO-GBP, LINK-EUR, and LINK-GBP
  • Added ability to specify destination tag when using WithdrawToCryptoAsync()
  • Added new methods to the WithdrawalsService
    • GetAllWithdrawals()
    • GetWithdrawalById(transferId)

v1.0.37

15 Jun 18:14
Compare
Choose a tag to compare
  • Fixed a bug in the WebSocket where High24H was always returning 0 on Ticker
  • Added product pair/currency support for OmiseGo (OMG), Maker (MKR), and Kyber Network (KNC)
  • Changed PaymentsService model to deserialize as string instead of GUID to prevent conversion failures when GUID is invalid

v1.0.36

11 May 15:43
Compare
Choose a tag to compare
  • Added new Stop Order attributes into the OrderResponse
  • Added reference to Coinbase Pro status website in errors in case of outages
  • Set specific SSL protocols when creating Websocket to prevent cases when the default from the OS isn't available

v1.0.35

08 Apr 12:53
388f702
Compare
Choose a tag to compare
  • Add throttling around batched requests in GetHistoricRatesAsync() to prevent rate limit exceptions (@joshua211)
  • Fixed placing Stop Orders in PlaceStopOrderAsync()
    • **Please note that this is a breaking change. We removed PlaceStopLimitOrderAsync() and added required "LimitPrice" parameter to PlaceStopOrderAsync() as this field is required by the API

v1.0.34

30 Jan 01:56
Compare
Choose a tag to compare
  • Added support for Cosmos (ATOM)
  • Fixed a bug causing market orders to fail for 0 price

v1.0.33

04 Jan 01:45
Compare
Choose a tag to compare
  • Added new Profiles service (https://docs.pro.coinbase.com/#profiles25)
  • Added support for new Orchid product types OXT-USD (@confessore)
  • Fixed an issue where the ID in CoinbaseAccount from the CoinbaseAccountsService was failing to deserialize because it was not a proper GUID
    • **Please note that this is a breaking change. Anywhere the CoinbaseAccount ID is used is now a string instead of GUID

v1.0.32

22 Nov 14:31
Compare
Choose a tag to compare
  • Fixed a bug when using the Fees service where fees were not being deserialized properly (@mailgerigk)