forked from matveyco/cex.io-api-python
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCHANGES.txt
19 lines (17 loc) · 906 Bytes
/
CHANGES.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# 24/02/2021
- _post :Removed redundant Chrome header from parameters
- _post: Removed redundant username from header
- tickers: Added new function to return all tickers for particular currency (default USD)
- archived_orders: Added new function archived orders for pair (default XLM/USD)
# 23/02/2021
- Added python3 compatibility - it is no longer compatible with python2
- _signature: Added conversion to bytes and encoding to utf-8 for it to work in python3
- _api_call: Added a decode utf-8 to return proper json
- _api_call: Commented conversion to python object to return valid json
- Added name and date forked to cexapi.py
- Removed urllib and urllib2 imports
- Added imports to urllib.request, urllib.parse, urllib.error
# 09/11/2021
- Added ohlcv with start date and couple
- README.md: Updated with ohlcv documentation
- README.md: removed older default currencies that wouldn't work anyway.