Releases: dougdellolio/coinbasepro-csharp
Releases · dougdellolio/coinbasepro-csharp
v1.0.41
- 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
- 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
- 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 theWithdrawalsService
to view estimated network fee when sending to the given crypto address
v1.0.38
- 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
- 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
- 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
- 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 toPlaceStopOrderAsync()
as this field is required by the API
- **Please note that this is a breaking change. We removed
v1.0.34
- Added support for Cosmos (ATOM)
- Fixed a bug causing market orders to fail for 0 price
v1.0.33
- 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
- Fixed a bug when using the Fees service where fees were not being deserialized properly (@mailgerigk)