UNPKG

sfccxt

Version:

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

23 lines (18 loc) 683 B
'use strict'; // --------------------------------------------------------------------------- const binance = require ('./binance.js'); // --------------------------------------------------------------------------- module.exports = class binanceusdm extends binance { describe () { return this.deepExtend (super.describe (), { 'id': 'binanceusdm', 'name': 'Binance USDⓈ-M', 'urls': { 'logo': 'https://user-images.githubusercontent.com/1294454/117738721-668c8d80-b205-11eb-8c49-3fad84c4a07f.jpg', }, 'options': { 'defaultType': 'future', }, }); } };