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

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

Network.Bitcoin.BitX.Private.Withdrawal

Description

 

Synopsis

Documentation

getWithdrawalRequests :: BitXAuth -> IO (BitXAPIResponse [WithdrawalRequest]) Source

List withdrawal requests

Returns a list of withdrawal requests.

Perm_R_Withdrawals permission required.

newWithdrawalRequest :: BitXAuth -> NewWithdrawal -> IO (BitXAPIResponse WithdrawalRequest) Source

Request a withdrawal

Creates a new withdrawal request.

Perm_W_Withdrawals permission required.

getWithdrawalRequest :: BitXAuth -> Text -> IO (BitXAPIResponse WithdrawalRequest) Source

Get the status of a withdrawal request by ID

Returns the status of a particular withdrawal request.

Perm_R_Withdrawals permission required.