Skip to content

Commit 32c2a68

Browse files
committed
[Feature] Update Readme
1 parent 4f1bb7b commit 32c2a68

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,9 @@ var allAccounts = await coinbaseProClient.AccountsService.GetAllAccountsAsync();
5757
###### Withdrawals ######
5858
- WithdrawFundsAsync(paymentMethodId, amount, currency) - withdraw funds to a payment method
5959
- WithdrawToCoinbaseAsync(coinbaseAccountId, amount, currency) - withdraw funds to a coinbase account
60-
- WithdrawToCryptoAsync(cryptoAddress, amount, currency) - withdraw funds to a crypto address
60+
- WithdrawToCryptoAsync(cryptoAddress, amount, currency, destinationTag) - withdraw funds to a crypto address
61+
- GetAllWithdrawals(profileId, before, after, limit) - list of withdrawals from the profile of the API key, in descending order by created time
62+
- GetWithdrawalById(transferId) - get information on a single withdrawal
6163

6264
###### Deposits ######
6365
- DepositFundsAsync(paymentMethodId, amount, currency) - deposits funds from a payment method

0 commit comments

Comments
 (0)