mirror of
https://github.com/d0zingcat/gocryptotrader.git
synced 2026-05-13 23:16:45 +00:00
* Bitstamp: WIP fixing trading fees * Bitstamp/amended the TestGetFee test and currected the getTradingFee function * Bitstamp: TestGetFee implemented for maker and taker * Bitfinex: added a wrapped error * Bitstamp: GetTradingFee and test updated, fetched from the API Progresses #1271 * Bitstamp: minor changes- whitespace removal and comment added * Bitstamp: fixed lint issues in TestGetBalance and TestGetTransactions * Bitstamp:Typo in types TradingFee comment * Bitstamp: GetAccountTradingFees at view the fees on all pairs modified: exchanges/bitstamp/bitstamp.go * Bitstamp: returning the TradingFee info instead of just MakerTakerFees * Bitstamp:TestGetAccountTradingFees + TestGetAccountTradingFees added,data structure amended to match the outcome * Bitstamp:error and a test for empty pair added in GetAccountTradingFee * Bitstamp: RM the whitespace linter error