UNPKG

ccxt

Version:

A cryptocurrency trading API with more than 100 exchanges in JavaScript / TypeScript / Python / C# / PHP / Go

44 lines (39 loc) 1.65 kB
'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); var hitbtc = require('./hitbtc.js'); var hitbtc$1 = require('../hitbtc.js'); var bequant$1 = require('../bequant.js'); // ---------------------------------------------------------------------------- // --------------------------------------------------------------------------- class bequant extends hitbtc["default"] { describe() { // eslint-disable-next-line new-cap const describeExtended = this.getDescribeForExtendedWsExchange(new bequant$1["default"](), new hitbtc$1["default"](), super.describe()); return this.deepExtend(describeExtended, { 'id': 'bequant', 'name': 'Bequant', 'countries': ['MT'], 'pro': true, 'urls': { 'logo': 'https://user-images.githubusercontent.com/1294454/55248342-a75dfe00-525a-11e9-8aa2-05e9dca943c6.jpg', 'api': { 'public': 'https://api.bequant.io/api/3', 'private': 'https://api.bequant.io/api/3', 'ws': { 'public': 'wss://api.bequant.io/api/3/ws/public', 'private': 'wss://api.bequant.io/api/3/ws/trading', }, }, 'www': 'https://bequant.io', 'doc': [ 'https://api.bequant.io/', ], 'fees': [ 'https://bequant.io/fees-and-limits', ], 'referral': 'https://bequant.io', }, }); } } exports["default"] = bequant;