Skip to content

Commit

Permalink
Add new endpoint support (#34)
Browse files Browse the repository at this point in the history
* Changes

* Docs
  • Loading branch information
acontry authored Jul 29, 2022
1 parent ca47d23 commit 43eaaa7
Show file tree
Hide file tree
Showing 5 changed files with 411 additions and 39 deletions.
23 changes: 23 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,29 @@ dev

- [change here]

0.4.0 (2022-07-28)
++++++++++++++++++

**Improvements**

- Add `get_account_transfers` method.
- Add `get_all_transfers` method.
- Add `get_transfer` method.
- Add `get_address_book` method.
- Add `generate_crypto_address` method.
- Add `get_crypto_withdrawal_fee_estimate` method.
- Add `get_fees` method.
- Update `get_products` to reflect that `min_market_funds` now represents minimum order size. Added more type-conversions to numerical fields.
- Add `get_product` method.
- Add `get_signed_prices` method.

0.3.2 (2022-07-28)
++++++++++++++++++

**Bugfixes**

- Fix url in `withdraw_to_coinbase` method.

0.3.1 (2022-04-15)
++++++++++++++++++

Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ CoinbasePro: A Python API

Features
--------
- Full support of Coinbase Pro REST API
- Full support of Coinbase Pro/Coinbase Exchange REST API
- Rate-limiting - no more 429 error responses!
- Pythonic abstractions for a clean interface
- Return values are returned as Python data types instead of all string values:
Expand Down
Loading

0 comments on commit 43eaaa7

Please sign in to comment.