Closed david4neblio closed 5 years ago
No Coin info page
Similar to ForkDelta, which is listed on your site, there is no individual Coin Info page for each coin supported by the exchange; however, there is an API call to get a list of all active markets on the exchange.
@TJ-CoinGecko - A Coin Info call was added to the API recently which includes coin description, last prices and volumes.
@TJ-CoinGecko Coin info page now added to NebliDex at: https://www.neblidex.xyz/listing/
Hi @david4neblio , we are in the process of verifying API results with the actua exchange. looks like a client is needed to be installed in our machine, that is not something we prefer to do; do you know of other ways we can verify the figures.
@tmlee The exchange is completely software based (like an electrum wallet). Because it is decentralized and doesn't have centralized order books, the software client handles all orders and there is no one website to view the markets. The API data feed is directly from a connection with one of the decentralized exchange nodes so it is accurate and updated every 15 minutes.
Probably the best way to run the program, if you are concerned about downloading an application is to use a virtual machine. Thanks tmlee.
Website: https://www.neblidex.xyz API Docs: https://www.neblidex.xyz/api/
Should be fairly easy to implement into your coin index. Contact me for questions.