Skip to content
This repository has been archived by the owner on Aug 12, 2024. It is now read-only.

Commit

Permalink
Merge pull request #7 from c2s/master
Browse files Browse the repository at this point in the history
update
  • Loading branch information
hhxsv5 authored Apr 1, 2020
2 parents 61d0bd0 + b3bf503 commit a9a0c36
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion examples/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,9 @@ func serverTime(s *kumex.ApiService) {
}

func accounts(s *kumex.ApiService) {
rsp, err := s.AccountOverview()
p := map[string]string{}
p["currency"] = "XBT"
rsp, err := s.AccountOverview(p)
if err != nil {
// Handle error
return
Expand Down

0 comments on commit a9a0c36

Please sign in to comment.