knowm / XChange

XChange is a Java library providing a streamlined API for interacting with 60+ Bitcoin and Altcoin exchanges providing a consistent interface for trading and accessing market data.
http://knowm.org/open-source/xchange/
MIT License
3.81k stars 1.93k forks source link

[Bitstamp] Implement client code for withdrawal-fees endpoint #4902

Closed tross-nydig closed 3 weeks ago

tross-nydig commented 3 weeks ago

The Bitstamp V2 API has an endpoint for requesting all withdrawal fees:

https://www.bitstamp.net/api/v2/fees/withdrawal/

This code implements the client code necessary to call that endpoint with the XChange lib: a WithdrawalFee object, the web service skeleton in BitstampAuthenticatedV2, and the implementation in the BitstampAccountServiceRaw class.