Skip to content

Commit 1e1e5ed

Browse files
authored
Update README.md (#611)
Now I have used this method. The limit is 1 hour, not 24 hours.
1 parent df72a91 commit 1e1e5ed

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -391,7 +391,7 @@ console.log(await client.aggTrades({ symbol: 'ETHBTC' }))
391391
| endTime | Number | false | | Timestamp in ms to get aggregate trades until INCLUSIVE. |
392392
| limit | Number | false | `500` | Max `500` |
393393

394-
Note: If both `startTime` and `endTime` are sent, `limit` should not be sent AND the distance between `startTime` and `endTime` must be less than 24 hours.
394+
Note: If both `startTime` and `endTime` are sent, `limit` should not be sent AND the distance between `startTime` and `endTime` must be less than 1 hour.
395395

396396
Note: If `frondId`, `startTime`, and `endTime` are not sent, the most recent aggregate trades will be returned.
397397

0 commit comments

Comments
 (0)