NAME
Finance::Crypto::Exchange::Kraken::REST::Private::User::Funding - Role for Kraken "Prive user funding" API calls
VERSION
version 0.001
SYNOPSIS
package Foo;
use Moose;
with qw(Finance::Crypto::Exchange::Kraken::REST::Private::User::Funding);
DESCRIPTION
This role implements the Kraken REST API for private user funding. For extensive information please have a look at the Kraken API manual
METHODS
get_deposit_methods
https://api.kraken.com/0/private/DepositMethods
get_deposit_addresses
https://api.kraken.com/0/private/DepositAddresses
get_recent_deposit_status
https://api.kraken.com/0/private/DepositStatus
get_withdrawal_info
https://api.kraken.com/0/private/WithdrawInfo
withdraw_funds
https://api.kraken.com/0/private/Withdraw
get_recent_withdrawal_status
https://api.kraken.com/0/private/WithdrawStatus
request_withdrawal_cancel
https://api.kraken.com/0/private/WithdrawCancel
wallet_transfer
https://api.kraken.com/0/private/WalletTransfer
AUTHOR
Wesley Schwengle <waterkip@cpan.org>
COPYRIGHT AND LICENSE
This software is Copyright (c) 2020 by Wesley Schwengle.
This is free software, licensed under:
The (three-clause) BSD License