From ef9aa9149979de5733aebcdaddb4064306156528 Mon Sep 17 00:00:00 2001 From: takunomi-build-bot Date: Fri, 29 Nov 2024 01:27:46 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=A4=96=20Repository=20layout=20updated=20?= =?UTF-8?q?to=20latest=20version?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This commit was automatically generated by a script: https://gitfub.space/Jmaa/repo-manager --- README.md | 4 ++-- fin_depo/__init__.py | 4 ++-- setup.py | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 65c199a..df59165 100644 --- a/README.md +++ b/README.md @@ -26,8 +26,8 @@ program](https://gitfub.space/Jmaa/personal-data-fetchers). ## Supported websites/services -| Service | Description | Read depos | Make trades | -| --- | --- | --- | --- | +| Service | Description | Read assets | Swap assets | +| :-: | --- | :-: | :-: | | [**Kraken**](https://www.kraken.com/) | Crypto-currency exchange (`KrakenDepoFetcher`): Uses their [publicly documented API](https://docs.kraken.com/rest/). This provides the same data as the homepage. | ✅︎ | | | [**Kucoin**](https://www.kucoin.com/) | Crypto-currency exchange (`KucoinDepoFetcher`): Uses their [publicly documented API](https://www.kucoin.com/docs/beginners/introduction). This provides the same data as is available on the Assets Overview Page. This fetcher also allows for placing market orders, but be careful with this functionality. | ✅︎ | ✅︎ | | [**Partisia Blockchain**](https://browser.partisiablockchain.com/) | Wallet balances on Partisia Blockchain (`PartisiaBlockchainAccountDepoFetcher`): Uses a public reader node to check the account state. This is the same data as can be found in the Partisia Browser Assets page. | ✅︎ | | diff --git a/fin_depo/__init__.py b/fin_depo/__init__.py index ad76953..1031964 100644 --- a/fin_depo/__init__.py +++ b/fin_depo/__init__.py @@ -18,8 +18,8 @@ program](https://gitfub.space/Jmaa/personal-data-fetchers). ## Supported websites/services -| Service | Description | Read depos | Make trades | -| --- | --- | --- | --- | +| Service | Description | Read assets | Swap assets | +| :-: | --- | :-: | :-: | | [**Kraken**](https://www.kraken.com/) | Crypto-currency exchange (`KrakenDepoFetcher`): Uses their [publicly documented API](https://docs.kraken.com/rest/). This provides the same data as the homepage. | ✅︎ | | | [**Kucoin**](https://www.kucoin.com/) | Crypto-currency exchange (`KucoinDepoFetcher`): Uses their [publicly documented API](https://www.kucoin.com/docs/beginners/introduction). This provides the same data as is available on the Assets Overview Page. This fetcher also allows for placing market orders, but be careful with this functionality. | ✅︎ | ✅︎ | | [**Partisia Blockchain**](https://browser.partisiablockchain.com/) | Wallet balances on Partisia Blockchain (`PartisiaBlockchainAccountDepoFetcher`): Uses a public reader node to check the account state. This is the same data as can be found in the Partisia Browser Assets page. | ✅︎ | | diff --git a/setup.py b/setup.py index 9b0f855..35b3fa6 100644 --- a/setup.py +++ b/setup.py @@ -31,8 +31,8 @@ program](https://gitfub.space/Jmaa/personal-data-fetchers). ## Supported websites/services -| Service | Description | Read depos | Make trades | -| --- | --- | --- | --- | +| Service | Description | Read assets | Swap assets | +| :-: | --- | :-: | :-: | | [**Kraken**](https://www.kraken.com/) | Crypto-currency exchange (`KrakenDepoFetcher`): Uses their [publicly documented API](https://docs.kraken.com/rest/). This provides the same data as the homepage. | ✅︎ | | | [**Kucoin**](https://www.kucoin.com/) | Crypto-currency exchange (`KucoinDepoFetcher`): Uses their [publicly documented API](https://www.kucoin.com/docs/beginners/introduction). This provides the same data as is available on the Assets Overview Page. This fetcher also allows for placing market orders, but be careful with this functionality. | ✅︎ | ✅︎ | | [**Partisia Blockchain**](https://browser.partisiablockchain.com/) | Wallet balances on Partisia Blockchain (`PartisiaBlockchainAccountDepoFetcher`): Uses a public reader node to check the account state. This is the same data as can be found in the Partisia Browser Assets page. | ✅︎ | |