Skip to content
forked from c9s/bbgo

Commit

Permalink
Merge pull request c9s#1669 from c9s/feature/max/update-open-order-api
Browse files Browse the repository at this point in the history
FEATURE: [max] update max api url
  • Loading branch information
kbearXD authored Jul 23, 2024
2 parents 015c5fc + 1c28fd3 commit acd9080
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ func (s *Client) NewGetWalletOpenOrdersRequest(walletType WalletType) *GetWallet
return &GetWalletOpenOrdersRequest{client: s.Client, walletType: walletType}
}

//go:generate GetRequest -url "/api/v3/wallet/:walletType/orders/new/open" -type GetWalletOpenOrdersRequest -responseType []Order
//go:generate GetRequest -url "/api/v3/wallet/:walletType/orders/open" -type GetWalletOpenOrdersRequest -responseType []Order
type GetWalletOpenOrdersRequest struct {
client requestgen.AuthenticatedAPIClient

Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit acd9080

Please sign in to comment.