You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I receive data via NODE JS. const ccxt = require('ccxt'); const mexc = new ccxt.pro.mexc({}); const orderBook = await mexc.watchOrderBook(symb + '/USDT');
Is it possible to connect to a web socket through a browser by connecting a file: <script type="text/javascript" src="https://cdn.jsdelivr.net/npm/ccxt@4.4.26/dist/ccxt.browser.min.js"></script>
Code
No response
The text was updated successfully, but these errors were encountered:
Operating System
w10
Programming Languages
JavaScript
CCXT Version
4.4.28
Description
I receive data via NODE JS.
const ccxt = require('ccxt');
const mexc = new ccxt.pro.mexc({});
const orderBook = await mexc.watchOrderBook(symb + '/USDT');
Is it possible to connect to a web socket through a browser by connecting a file:
<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/ccxt@4.4.26/dist/ccxt.browser.min.js"></script>
Code
No response
The text was updated successfully, but these errors were encountered: