CCXT – A JavaScript / Python / PHP cryptocurrency trading API with support for more than 120 bitcoin/altcoin exchanges
Has any pricing information been released yet?
The pricing is very close to this: https://github.com/ccxt/ccxt/issues/56#issuecomment-527194069
I am still a student, hoping for an affordable price
If you take part in developing and supporting it after the release – you can get a free CCXT bRO license.
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 )