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. | ✅︎ | |