max: adjust trades limit to 1000

This commit is contained in:
c9s 2021-02-22 15:03:15 +08:00
parent eaad414706
commit 59d68e7f0d

View File

@ -554,7 +554,7 @@ func (e *Exchange) QueryTrades(ctx context.Context, symbol string, options *type
if options.Limit > 0 {
req.Limit(options.Limit)
} else {
req.Limit(500)
req.Limit(1000)
}
// MAX uses exclusive last trade ID