UNPKG

@proton/ccxt

Version:

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

24 lines (20 loc) 738 B
'use strict'; var binance = require('./binance.js'); // --------------------------------------------------------------------------- // --------------------------------------------------------------------------- class binancecoinm extends binance { describe() { return this.deepExtend(super.describe(), { 'id': 'binancecoinm', 'name': 'Binance COIN-M', 'urls': { 'logo': 'https://user-images.githubusercontent.com/1294454/117738721-668c8d80-b205-11eb-8c49-3fad84c4a07f.jpg', }, 'options': { 'fetchMarkets': ['inverse'], 'defaultSubType': 'inverse', }, }); } } module.exports = binancecoinm;