coinnect icon indicating copy to clipboard operation
coinnect copied to clipboard

Next exchange to include?

Open ainestal opened this issue 6 years ago • 15 comments

With the idea in mind of gathering feedback from our users, I would like to propose to the community to ask for inclusions of new exchanges in the library. Something as simple as:

What exchange/s would you like to include in Coinnect and why ?

What do you think @hugues31 ?

ainestal avatar Dec 07 '17 18:12 ainestal

Yep that's a great idea :) is there a way to create a poll in github or should we use an external services ?

hugues31 avatar Dec 07 '17 21:12 hugues31

I don't think there is a poll system in github, external services have to be used. We can begin just with leaving this Issue here. We can link it in the README. The "why" is also very interesting and here we have the space to collect them while we would lose it if we use a simple poll.

ainestal avatar Dec 08 '17 10:12 ainestal

It might also be simple to have a link to this issue and have folks use the 👍 emojii reaction to comments to indicate their votes.

I think it'd be good to see gdax integrated.

not-inept avatar Dec 09 '17 00:12 not-inept

I added a link in the readme. You can use this discussion to vote for an exchange :)

hugues31 avatar Dec 09 '17 11:12 hugues31

bitmex ?

inv2004 avatar Dec 13 '17 07:12 inv2004

China might be something to think about.

EDIT: South Korea - https://www.bithumb.com/

crackcomm avatar Dec 13 '17 08:12 crackcomm

By the way, are you interested in real market functionality or just API?

crackcomm avatar Dec 13 '17 08:12 crackcomm

@not-inept I started implementing Gdax. For now it should be possible to get the ticker and orderbook for all the pairs in the exchange.

@crackcomm what do you mean by real market functionality and just API?

ainestal avatar Dec 27 '17 23:12 ainestal

Thanks to @ainestal, Gdax is implemented in Coinnect (only ticker and orderbook). We need to provide a more complete access to the API thought.

hugues31 avatar Dec 28 '17 09:12 hugues31

I'm pretty interested in contributing to the GDAX API as well. In fact I implemented a PoC with the ticker request yesterday as well, before seeing the comments here. Is there a way we could coordinate our efforts here?

tbourvon avatar Dec 28 '17 20:12 tbourvon

@tbourvon Hello! You could take a look at the code submitted by the GDAX PR (#58) and see what you can improve :) It should be straightforward to implement the remaining endpoints now

hugues31 avatar Dec 28 '17 20:12 hugues31

Markets

Here is my list with some related links, more or less in priority order dictated mostly by liquidity and quantity of currencies traded.

Poloniex

  • https://github.com/ccxt/ccxt/blob/master/js/poloniex.js

Bittrex

  • https://bittrex.com/

Cryptopia

  • https://www.cryptopia.co.nz/

  • https://npms.io/search?q=cryptopia

  • https://github.com/mjezorek/cryptopia-node/blob/master/index.js#L157

  • https://github.com/bopo/bitfeeds/blob/develop/bitfeeds/broker/cryptopia.py

Binance

  • https://www.binance.com/
  • https://github.com/binance-exchange/binance-official-api-docs

HitBTC

  • https://hitbtc.com/ 360+ coins, websocket API
  • https://hitbtc.com/settings/api-keys
  • https://github.com/hitbtc-com/hitbtc-api
  • https://api.hitbtc.com/#socket-market-data

Huobi

  • https://www.huobi.pro/
  • https://github.com/huobiapi/API_Docs_en/wiki/WS_Reference

Bitfinex

  • https://bitfinex.readme.io/v2/docs/ws-general

Kucoin

  • https://www.kucoin.com/

Yobit

  • https://yobit.net/en/ 584+ coins

Okex

  • https://www.okex.com/ws_api.html#fpapi

BitMex

  • https://www.bitmex.com/app/trade/XBTUSD

crackcomm avatar Dec 29 '17 09:12 crackcomm

Cryptopia, Kucoin, BTCMarkets for the Crypto-Rustaceans down under.

The first two because they're great exchanges with a wealth of Alts on there giving some interesting trade ops to play with in code, the third because they're they best available on-ramp for Aussie dollars to Crypto.

I hacked together a working BTC Markets connector over christmas so I might look at spending some time over the next period rewriting this following the same patterns as you're using here and then PR it through?

:+1:

theashguy avatar Mar 23 '18 00:03 theashguy

Hi @theashguy, feel free to send a PR with your implementation. You can copy/paste the implementation from Kraken/Poloniex to serve as a guide. The API will be greatly improved in the next version with Futures support but for now we keep it as is :)

hugues31 avatar Mar 23 '18 08:03 hugues31

Kucoin would be nice, I am happy to support on that, I will try to see how far I can get on my own :). PD: Nice Project

PP-AR-T avatar Mar 15 '22 13:03 PP-AR-T