bitx-bitcoin-0.11.0.1: A Haskell library for working with the BitX bitcoin exchange.

Copyright2017 Tebello Thejane
LicenseBSD3
MaintainerTebello Thejane <zyxoas+hackage@gmail.com>
StabilityExperimental
Portabilitynon-portable (GHC Extensions)
Safe HaskellNone
LanguageHaskell2010

Network.Bitcoin.BitX.Private.Fees

Description

Retrieving fee information.

The BitX fee structure is cummulative-volume-based. The sole endpoint in this packagereturns the user's current fee structure and 30-day volume.

Synopsis

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.