UNPKG

tardis-dev

Version:

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

5 lines 189 B
import { SerumRealTimeFeed } from "./serum.js"; export class MangoRealTimeFeed extends SerumRealTimeFeed { wssURL = 'wss://api.mango-bowl.com/v1/ws'; } //# sourceMappingURL=mango.js.map