UNPKG

tardis-dev

Version:

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

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