Copyright | No Rights Reserved |
---|---|
License | Public Domain |
Maintainer | Tebello Thejane <zyxoas+hackage@gmail.com> |
Stability | Experimental |
Portability | non-portable (GHC Extensions) |
Safe Haskell | None |
Language | Haskell2010 |
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.
:: 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.