coingecko / cryptoexchange

[UNMAINTAINED] Ruby library to query market data from cryptocurrency exchanges (https://www.coingecko.com)
https://www.coingecko.com
MIT License
299 stars 240 forks source link

Implement NebliDex Decentralized Exchange #1192

Closed david4neblio closed 5 years ago

david4neblio commented 5 years ago

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.

TJ-CoinGecko commented 5 years ago

No Coin info page

david4neblio commented 5 years ago

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.

david4neblio commented 5 years ago

@TJ-CoinGecko - A Coin Info call was added to the API recently which includes coin description, last prices and volumes.

Visit: https://www.neblidex.xyz/api/

david4neblio commented 5 years ago

@TJ-CoinGecko Coin info page now added to NebliDex at: https://www.neblidex.xyz/listing/

tmlee commented 5 years ago

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.

david4neblio commented 5 years ago

@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.