UNPKG

@proton/ccxt

Version:

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

36 lines (33 loc) 1.45 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 fmfwio extends hitbtc { describe() { return this.deepExtend(super.describe(), { 'id': 'fmfwio', 'name': 'FMFW.io', 'countries': ['KN'], 'urls': { 'logo': 'https://user-images.githubusercontent.com/1294454/159177712-b685b40c-5269-4cea-ac83-f7894c49525d.jpg', 'api': { 'public': 'https://api.fmfw.io', 'private': 'https://api.fmfw.io', }, 'www': 'https://fmfw.io', 'doc': 'https://api.fmfw.io/api/2/explore/', 'fees': 'https://fmfw.io/fees-and-limits', 'referral': 'https://fmfw.io/referral/da948b21d6c92d69', }, 'fees': { 'trading': { 'maker': this.parseNumber('0.005'), 'taker': this.parseNumber('0.005'), }, }, }); } }