1
0

More documentation
Some checks failed
Test Python / Test (push) Failing after 22s

This commit is contained in:
Jon Michael Aanes 2024-07-19 00:55:12 +02:00
parent e993acf3af
commit 7eedfa2100
Signed by: Jmaa
SSH Key Fingerprint: SHA256:Ab0GfHGCblESJx7JRE4fj4bFy/KRpeLhi41y4pF3sNA
2 changed files with 2 additions and 0 deletions

View File

@ -22,6 +22,7 @@ class KrakenDepoFetcher(DepoFetcher):
settings](https://pro.kraken.com/app/settings/api).
API key must have the **Query Funds Permission**, and **should not have
any additional permissions**. Employ principle of least priviledge.
- Install [`krakenex`](https://pypi.org/project/krakenex/) library.
Depository structure: A `DepoSingle`. No nesting.
"""

View File

@ -21,6 +21,7 @@ class KucoinDepoFetcher(DepoFetcher):
- Created API key from [settings menu](https://www.kucoin.com/account/api).
API key must have the **General Permission**, and **should not have
any additional permissions**. Employ principle of least priviledge.
- Install [`python-kucoin`](https://python-kucoin.readthedocs.io/en/latest/) library.
Depository structure: An upper level depo split for each of the
sub-accounts (Funding, Trading, Margin, Futures...)