Add Txbit exchange to markets

-Also updated the comments for some of the other markets in the settings.js and settings.json.template files
This commit is contained in:
Joe Uhren
2022-07-24 19:06:26 -06:00
parent 1178038710
commit 07968c52eb
4 changed files with 155 additions and 5 deletions
+2 -1
View File
@@ -89,7 +89,7 @@ Table of Contents
- **Movement:** Displays latest blockchain transactions that are greater than a certain configurable amount
- **Network:** Displays a list of peers that have connected to the coind wallet in the past 24 hours, along with useful addnode data that can be used to connect your own wallets to the network easier
- **Top 100:** Displays the top 100 richest wallet addresses, the top 100 wallet addresses that have the highest total number of coins received based on adding up all received transactions, as well as a table and pie chart breakdown of wealth distribution. Additional support for omitting burned coins from top 100 lists
- **Markets:** Displays a number of exchange-related metrics including market summary, 24 hour chart, most recent buy/sell orders and latest trade history. The last known default exchange price is automatically converted to USD using the coingecko api from [https://www.coingecko.com/en/api](https://www.coingecko.com/en/api). The following 10 cryptocurrency exchanges are supported:
- **Markets:** Displays a number of exchange-related metrics including market summary, 24 hour chart, most recent buy/sell orders and latest trade history. The last known default exchange price is automatically converted to USD using the coingecko api from [https://www.coingecko.com/en/api](https://www.coingecko.com/en/api). The following 11 cryptocurrency exchanges are supported:
- [AltMarkets](https://altmarkets.io)
- [Bittrex](https://bittrex.com)
- [Bleutrade](https://bleutrade.com)
@@ -99,6 +99,7 @@ Table of Contents
- [Poloniex](https://poloniex.com)
- [SouthXchange](https://southxchange.com)
- [Stex](https://stex.com)
- [Txbit](https://txbit.io) *\*no chart support due to a lack of OHLCV api data*
- [Yobit](https://yobit.io) *\*no chart support due to a lack of OHLCV api data*
- **API:** A listing of available public API's that can be used to retrieve information from the network without the need for a local wallet. The following public API's are supported:
- **RPC API calls** (Return data from coind)