Tucsky / aggr

Cryptocurrency trades aggregator
https://charts.aggr.trade/
GNU General Public License v3.0
801 stars 232 forks source link

[DATA] Add CoinEx to AGGR #353

Closed vkachan closed 10 months ago

vkachan commented 11 months ago

Exchange's name: CoinEx Exchange's url:

Type: SPOT | PERP

Public WebSocket API documentation url (WebSocket): https://viabtc.github.io/coinex_api_en_doc/futures/#docsfutures002_websocket001_general

Comments: Good and reliable exchange, would be great to add it into aggr as well.

Knf69 commented 11 months ago

image

It is worth adding this exchange real volume + a lot of liquidation

Tucsky commented 11 months ago

I was about to implement but I didn't find any public api exposing liquidation data on coinex ? This greatly reduces the interest in adding that exchange back into aggr

Only this https://www.coinex.com/res/contract/order/finished/liquidation?market=BTCUSDT&page=1&limit=100 which is NOT going to be available on client side as it is protected by CORS (server side can still fetch those, even tho it's a pain in the ass to implement, I guess that's how coinglass do it ?)

But maybe I just didn't look deep enough into their documentation...

adeacetis commented 10 months ago

Duplicate #331