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

CopyrightNo Rights Reserved
LicensePublic Domain
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 Source

Arguments

:: BitXAuth 
-> Text

The withdrawal ID

-> IO (BitXAPIResponse WithdrawalRequest) 

Get the status of a withdrawal request

Returns the status of a particular withdrawal request.

Perm_R_Withdrawals permission required.