Commit graph

39 commits

Author SHA1 Message Date
Gabriel Comte
4c9f37fe77
Adapt README to fit changed Kraken API settings page (#16) 2022-11-06 10:14:06 +01:00
Wolf
07b2152c4d
Price ratio (#15)
* add option for percentage of current price

* remark on multiple configurations with raspiblitz

* hint on new option in the example

* add ratio for price manipulation, e.g. to ensure maker fees
2022-11-01 19:27:17 +01:00
Dennis Reimann
d6b4f892ec
0.4.5 2022-08-02 09:52:09 +02:00
Dennis Reimann
0956705d1a
Upgrade dependencies 2022-08-02 09:51:51 +02:00
Dennis Reimann
0d01b6978e
0.4.4 2021-08-18 13:52:25 +02:00
Wolf
f03876f875
ommit api call (#11) 2021-08-03 17:04:41 +02:00
Dennis Reimann
0029d8ff3a
Merge remote-tracking branch 'origin/master' 2021-06-15 12:50:58 +02:00
Dennis Reimann
cc8a27ad09
Upgrade dependencies 2021-06-15 12:50:50 +02:00
Aaron Dewes
11dd547947
Bittr is back! (#10) 2021-05-30 11:12:10 +02:00
Dennis Reimann
2384360d63
Add license file
Closes #9.
2021-04-25 21:19:45 +02:00
Dennis Reimann
0a9ddef452
0.4.3 2021-04-21 11:43:05 +02:00
Dennis Reimann
177874217d
Increase request timeout
https://support.kraken.com/hc/en-us/articles/360000914386-How-can-I-avoid-excessive-timeouts-
2021-04-21 11:42:57 +02:00
Dennis Reimann
add9855f8b
0.4.2 2021-04-03 20:48:26 +02:00
Simon Stöferle
e907387b12
Set Fee currency (#8)
Fees are by default paid with the fiat money. This means that you bought
crypto for the specified amount (e.g. 25 USD) and the fees are charged
separately. When you want to spend 100 USD over 4 weeks, meaning 1 order
per week, the last order won't be placed since there is not enough fiat
money left.
In my case I wanted to spend 100 EUR a month, meaning 25 € once per
week. When testing it the first time I was charged 25,065 EUR. By
setting the fee to XBT instead of EUR, I can run the script 4 times a
month.
2021-04-03 20:47:12 +02:00
Dennis Reimann
a2cf01202d
0.4.1 2021-04-03 18:43:32 +02:00
Dennis Reimann
5f44df78d1
Remove version requirement 2021-04-03 18:43:21 +02:00
sstoefe
62409bb4a2
Trading agreement fix for Germans (#7)
As a German trying to place an order via the API you will get an
exception: 'EOrder:Trading agreement required'.
You have to set the 'trading_agreement' parameter to 'agree' (see
https://support.kraken.com/hc/en-us/articles/360000920026--Trading-agreement-required-error-for-German-residents).
2021-04-03 18:33:35 +02:00
Dennis Reimann
89f7d4b020
0.4.0 2021-03-02 19:28:34 +01:00
Dennis Reimann
4517af870a
Add market buy option 2021-03-02 19:26:31 +01:00
Dennis Reimann
e50c80cdbf
Update raspiblitz script path and instructions 2020-12-10 14:57:46 +01:00
Dennis Reimann
dde741ed35
Fix shell script example 2020-12-08 16:55:08 +01:00
Dennis Reimann
ed7c7a4d04
Update lockfile 2020-12-08 16:51:17 +01:00
Dennis Reimann
27217fa9bc
Add package meta fields 2020-12-08 16:51:06 +01:00
Christoph Stenglein
4e03422821
Update kraken-api; remove deprecation warning in example script (#6)
* Update kraken-api; remove deprecation warning in example script

* Update package.json

Co-authored-by: Dennis Reimann <mail@dennisreimann.de>

Co-authored-by: Dennis Reimann <mail@dennisreimann.de>
2020-12-08 16:49:39 +01:00
Dennis Reimann
92eccff5cc
Update README.md 2020-12-04 11:47:35 +01:00
Dennis Reimann
e133d56072
0.3.0 2020-11-10 21:43:21 +01:00
Dennis Reimann
fa7fe94d6d
🛠 Rename scripts and unify shell script 2020-11-10 21:42:52 +01:00
Dennis Reimann
7fd9fe1043
🐛 Fix pair names
Allows for usage with CHF.
2020-11-10 21:00:44 +01:00
Dennis Reimann
0e571e8965
🛠 Refactor to use commands 2020-11-10 11:17:07 +01:00
Dennis Reimann
d1b2052494
🧤 Cleanups 2020-11-09 21:50:51 +01:00
Tobias Koller
a9694ac1dd
Withdrawal script (#4)
* Withdrawal script. Added a script that lets you withdraw through Kraken API if the charged fees are under a certain level

* refactored code and added validation functionality

* Enhanced README to reflect the option to also withdraw in an automated manner

* fixed typo
2020-11-09 21:15:52 +01:00
Dennis Reimann
c387bb3ea3
️ Document RaspiBlitz Integration 2020-08-24 14:18:45 +02:00
Dennis Reimann
4a2fb94dc4
🔑 Document API Key 2020-08-24 14:18:21 +02:00
Dennis Reimann
2a6bd0961b
🔖 Release v0.2.0 2020-07-01 13:06:23 +02:00
Dennis Reimann
04e0ed39ba
✍️ Improve output 2020-07-01 13:03:40 +02:00
Dennis Reimann
9da6eeb831
🖍 Fix package name 2020-05-13 07:55:20 +02:00
Dennis Reimann
7f97ce474a
📃 Add shell script sample 2020-05-13 07:51:38 +02:00
Dennis Reimann
0dc087dc2b
🐛 Fix validate param and txid 2020-05-13 07:44:02 +02:00
Dennis Reimann
7fb83e187a
🎉 Get the party started 2020-04-29 08:21:17 +02:00