From 1495a3d80b6d0c6b8b725a9e9f4f6c6ef0688056 Mon Sep 17 00:00:00 2001 From: Doug Dellolio Date: Sun, 10 Dec 2017 13:37:41 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d45dceaf..961c7001 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ var allAccounts = await gdaxClient.AccountsService.GetAllAccountsAsync(); ###### Accounts ###### - GetAllAccountsAsync() - get all accounts - GetAccountByIdAsync(id) - get account by id -- GetAccountHistory(id, limit) - get account history (paged response) +- GetAccountHistoryAsync(id, limit) - get account history (paged response) - GetAccountHoldsAsync(id, limit) - get all holds placed on an account (paged response) ###### CoinbaseAccounts ######