Skip to content

Commit

Permalink
Added WithCurrencyAccountId to balance endpoint query.
Browse files Browse the repository at this point in the history
  • Loading branch information
IsmAbd committed Nov 14, 2023
1 parent 64ddd65 commit ab9ec14
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 ab9ec14

Please sign in to comment.