Python-bitvavo-api

Latest version: v1.4.1

Safety actively analyzes 621521 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 2

1.4.1

Update the date in the license file.

1.4.0

Features
- Adds a new method to get fees via [a new endpoint](https://docs.bitvavo.com/#tag/Account-endpoints/paths/~1account~1fees/get)

Call the following method to access the fees:
py
from python_bitvavo_api.bitvavo import Bitvavo

bitvavo = Bitvavo('<APIKEY>', '<APISECRET>')
response = bitvavo.fees()


You can also pass a market to get fees for that specific market:
py
from python_bitvavo_api.bitvavo import Bitvavo

bitvavo = Bitvavo('<APIKEY>', '<APISECRET>')
response = bitvavo.fees(market = 'BTC-EUR')


Fixes
- Fixes and issue with waiting for the WebSocket connection to be authenticated

1.3.3

Add the contributing guide to this repository.

1.3.2

Features
- Allows setting a `'TIMEOUT'` option which is applied to all outgoing REST requests
- Allows passing options as arguments to the candles endpoint

1.2.3

In this release we have:
* Improved the WebSocket implementation.
* Updated the Readme.

1.2.1

Support HTTP2 Standards (Convert headers to lowercase)

Page 1 of 2

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.