This commit is contained in:
parent
e993acf3af
commit
7eedfa2100
|
@ -22,6 +22,7 @@ class KrakenDepoFetcher(DepoFetcher):
|
||||||
settings](https://pro.kraken.com/app/settings/api).
|
settings](https://pro.kraken.com/app/settings/api).
|
||||||
API key must have the **Query Funds Permission**, and **should not have
|
API key must have the **Query Funds Permission**, and **should not have
|
||||||
any additional permissions**. Employ principle of least priviledge.
|
any additional permissions**. Employ principle of least priviledge.
|
||||||
|
- Install [`krakenex`](https://pypi.org/project/krakenex/) library.
|
||||||
|
|
||||||
Depository structure: A `DepoSingle`. No nesting.
|
Depository structure: A `DepoSingle`. No nesting.
|
||||||
"""
|
"""
|
||||||
|
|
|
@ -21,6 +21,7 @@ class KucoinDepoFetcher(DepoFetcher):
|
||||||
- Created API key from [settings menu](https://www.kucoin.com/account/api).
|
- Created API key from [settings menu](https://www.kucoin.com/account/api).
|
||||||
API key must have the **General Permission**, and **should not have
|
API key must have the **General Permission**, and **should not have
|
||||||
any additional permissions**. Employ principle of least priviledge.
|
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
|
Depository structure: An upper level depo split for each of the
|
||||||
sub-accounts (Funding, Trading, Margin, Futures...)
|
sub-accounts (Funding, Trading, Margin, Futures...)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user