const ws = new WebSocket('wss://api.probit.com/api/exchange/v1/ws'); ws.onopen = () => { const msg = { type: 'subscribe', channel: 'marketdata', ...
確定! 回上一頁