UNPKG

tardis-dev

Version:

Convenient access to tick-level historical and real-time cryptocurrency market data via Node.js

6 lines (4 loc) 163 B
import { SerumRealTimeFeed } from './serum.ts' export class MangoRealTimeFeed extends SerumRealTimeFeed { protected wssURL = 'wss://api.mango-bowl.com/v1/ws' }