@kraken-crypto/ccxt
Version:
A cryptocurrency trading API with more than 100 exchanges in JavaScript / TypeScript / Python / C# / PHP / Go
37 lines (32 loc) • 1.21 kB
JavaScript
;
Object.defineProperty(exports, '__esModule', { value: true });
var hitbtc = require('./hitbtc.js');
// ---------------------------------------------------------------------------
// ---------------------------------------------------------------------------
class bequant extends hitbtc["default"] {
describe() {
return this.deepExtend(super.describe(), {
'id': 'bequant',
'name': 'Bequant',
'pro': true,
'countries': ['MT'],
'urls': {
'logo': 'https://github.com/user-attachments/assets/0583ef1f-29fe-4b7c-8189-63565a0e2867',
'api': {
// v3
'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',
},
});
}
}
exports["default"] = bequant;