CCXT – A JavaScript / Python / PHP cryptocurrency trading API with support for more than 120 bitcoin/altcoin exchanges
Coinbase Pro sent out an email saying all clients need to be using Server Name Indication, in their TLS negotiation, or else they'll be denied access. how can i confirm that ccxt supports SNI?
i did find ccxt/ccxt#2193 , which implies that it should "just work", but i'd like a more explicit confirmation
const ccxtpro = require ('ccxt.pro');
(async () => {
const exchange = new ccxtpro.binance ({ enableRateLimit: true })
while (true) {
const orderbook = await exchange.watchOrderBook ('ETH/BTC')
}
}) ()
@chiqianguai see here:
Just add the defaultType
to options
in constructor params )
3 exchanges
in pricing
@kulisu Hi! Thank you for using CCXT Pro ) Please see the explanation of the licensing terms from this comment and down below:
https://github.com/ccxt/ccxt/issues/6543#issuecomment-593166188
Let me know if you have further questions after that )
Hey guys, as most of you are involved in cryptocurrency bots, I want to invite you to build bots for our Lightning Decentralized Exchange (a DEX over the Lightning Network).
We are close to launch it, and we are interested to get feedback from bot makers who are willing to try our API.
Please ping me privately if you are interested to not spam this channel.
Some useful links: