Hi guys why if i call klines if insert start time and end time , not return nothing ?? whats wrong ? thanks at all
curl -X ‘GET’ ‘https://api.binance.com/api/v3/klines?symbol=BNBEUR&interval=1m&startTime=1650361575322&endTime=1650361576322&limit=1000’
you need to set startTime as the beginning of the minute:
startTime=1650361560000
endTime=1650361620000