| Copyright | 2017 Tebello Thejane |
|---|---|
| License | BSD3 |
| Maintainer | Tebello Thejane <zyxoas+hackage@gmail.com> |
| Stability | Experimental |
| Portability | non-portable (GHC Extensions) |
| Safe Haskell | None |
| Language | Haskell2010 |
Network.Bitcoin.BitX.Private.Fees
Description
Retrieving fee information.
The BitX fee structure is cummulative-volume-based. The sole endpoint in this package returns the user's current fee structure and 30-day volume.
- getFeeInfo :: BitXAuth -> CcyPair -> IO (BitXAPIResponse FeeInfo)
Documentation
getFeeInfo :: BitXAuth -> CcyPair -> IO (BitXAPIResponse FeeInfo) Source #
Get fee structure and 30-day volume (as of midnight) for a currency pair
Perm_R_Orders permission required.