Skip to content

Commit

Permalink
feat: spot balance add fields for freeze balance about
Browse files Browse the repository at this point in the history
  • Loading branch information
nizonglong committed Dec 7, 2022
1 parent c0070e6 commit f8be35b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
6 changes: 6 additions & 0 deletions go/changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## v0.4.0

2022-12-07

- spot balance add fields `freeze`,`freeze_change` and `change_type`

## v0.3.0

2022-11-22
Expand Down
3 changes: 3 additions & 0 deletions go/response_spot.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ type SpotBalancesMsg struct {
Change string `json:"change"`
Total string `json:"total"`
Available string `json:"available"`
Freeze string `json:"freeze"`
FreezeChange string `json:"freeze_change"`
ChangeType string `json:"change_type"`
}

type SpotCandleUpdateMsg struct {
Expand Down

0 comments on commit f8be35b

Please sign in to comment.