UNPKG

ccxt

Version:

A JavaScript / TypeScript / Python / C# / PHP cryptocurrency trading library with support for 100+ exchanges

34 lines (30 loc) 1.1 kB
'use strict'; var hitbtc = require('./hitbtc.js'); // ---------------------------------------------------------------------------- // --------------------------------------------------------------------------- class bequant extends hitbtc { describe() { return this.deepExtend(super.describe(), { 'id': 'bequant', 'name': 'Bequant', 'countries': ['MT'], 'pro': true, 'urls': { 'logo': 'https://github.com/user-attachments/assets/0583ef1f-29fe-4b7c-8189-63565a0e2867', 'api': { 'public': 'https://api.bequant.io/api/3', 'private': 'https://api.bequant.io/api/3', }, 'www': 'https://bequant.io', 'doc': [ 'https://api.bequant.io/', ], 'fees': [ 'https://bequant.io/fees-and-limits', ], 'referral': 'https://bequant.io/referral/dd104e3bee7634ec', }, }); } } module.exports = bequant;