Skip to content

Commit 00e373d

Browse files
committed
Updated readme
1 parent 9d33d62 commit 00e373d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

readme.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# crypto_vba
2-
An Excel/VBA project to communicate with various cryptocurrency exchanges APIs. Tested on Windows 10 & Excel 2013/2016, but should work for Excel 2007+.
2+
An Excel/VBA project to communicate with various cryptocurrency exchanges APIs. Tested on Windows 10 & Excel 2016, but should work for Excel 2007+.
33

44
# Exchanges:
55
Get information from/send information to:
@@ -22,9 +22,9 @@ Import the .bas files you need or simply take the sample Excel file. In the modu
2222
- Expand the XLSM file with working examples
2323
- Better testing
2424
- Better error handling
25-
- For historical prices, include https://www.cryptocompare.com/api/
25+
- For historical prices, include e.g. https://www.cryptocompare.com/api/
2626
- Build excel functions to get the information directly to a sheet
27-
- Later: place orders
27+
- Later: place/cancel orders
2828

2929
# Done
3030
- Working examples of several exchanges in the example file
@@ -36,14 +36,14 @@ Import the .bas files you need or simply take the sample Excel file. In the modu
3636
- Build tests for all modules/functions
3737
- Integrate VBA-JSON into the project
3838
- Build the Bittrex API connector
39-
- Build the WEXnz API connector
39+
- Build the WEXnz API connector (used to be BTCe)
4040
- Build the Poloniex API connector
4141
- Build the Kraken API connector
4242
- Build the Liqui API connector
4343
- Build the Coinone API connector
4444
- Build the Cryptopia API connector
4545
- Build a working and tested VBA hash function
46-
- Added the UrlEncode function for Cryptopia
46+
- Added the UrlEncode function for Cryptopia (and Excel versions before 2016)
4747

4848
# Donate
4949
If this project/the Excel saves you a lot of programming time, consider sending me a coffee or a beer:<br/>

0 commit comments

Comments
 (0)