UNPKG

ccxt

Version:

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

44 lines (41 loc) 1.63 kB
// ---------------------------------------------------------------------------- // PLEASE DO NOT EDIT THIS FILE, IT IS GENERATED AND WILL BE OVERWRITTEN: // https://github.com/ccxt/ccxt/blob/master/CONTRIBUTING.md#how-to-contribute-code // EDIT THE CORRESPONDENT .ts FILE INSTEAD // --------------------------------------------------------------------------- import hitbtc from './hitbtc.js'; // --------------------------------------------------------------------------- export default class bequant extends hitbtc { describe() { return this.deepExtend(super.describe(), { 'id': 'bequant', 'name': 'Bequant', 'pro': true, 'countries': ['MT'], // Malta 'has': { 'CORS': undefined, 'spot': true, 'margin': undefined, 'swap': false, 'future': undefined, 'option': undefined, }, 'urls': { 'logo': 'https://github.com/user-attachments/assets/01e199a6-5c65-4b03-83ab-7f9827c140f9', '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', }, }); } }