Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dougdellolio authored Dec 10, 2017
1 parent 122356d commit 1495a3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 ######
Expand Down

0 comments on commit 1495a3d

Please sign in to comment.