Skip to content

Commit

Permalink
bfx fees
Browse files Browse the repository at this point in the history
  • Loading branch information
mkutny committed Nov 24, 2017
1 parent f3b803d commit 5c2de63
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion js/bitfinex.js
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,12 @@ module.exports = class bitfinex extends Exchange {
],
},
},
'fees': {
'trading': {
'maker': 0.1 / 100,
'taker': 0.2 / 100,
},
},
});
}

Expand Down Expand Up @@ -580,4 +586,4 @@ module.exports = class bitfinex extends Exchange {
}
return response;
}
}
}

0 comments on commit 5c2de63

Please sign in to comment.