Skip to content

Commit

Permalink
Merge pull request #1698 from c9s/feature/max/update-get-trade-api
Browse files Browse the repository at this point in the history
FEATURE: update get trades api
  • Loading branch information
c9s authored Aug 20, 2024
2 parents 408a413 + 90712af commit 47c7714
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pkg/exchange/max/maxapi/v3/get_wallet_trades_request.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ func (s *Client) NewGetWalletTradesRequest(walletType WalletType) *GetWalletTrad
return &GetWalletTradesRequest{client: s.Client, walletType: walletType}
}

//go:generate GetRequest -url "/api/v3/wallet/:walletType/new/trades" -type GetWalletTradesRequest -responseType []Trade
//go:generate GetRequest -url "/api/v3/wallet/:walletType/trades" -type GetWalletTradesRequest -responseType []Trade
type GetWalletTradesRequest 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 47c7714

Please sign in to comment.