Skip to content

Commit

Permalink
Added WithCurrencyAccountId to balance endpoint query. (#94)
Browse files Browse the repository at this point in the history
  • Loading branch information
IsmAbd authored Nov 14, 2023
1 parent 64ddd65 commit 040a29f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion balances/balances.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ const (

type (
QueryFilter struct {
Query string `url:"query,omitempty"`
Query string `url:"query,omitempty"`
WithCurrencyAccountId bool `url:"withCurrencyAccountId,omitempty"`
}
)

Expand Down

0 comments on commit 040a29f

Please sign in to comment.