helium / blockchain-http

An http API for the helium blockchain database
https://helium.com
Apache License 2.0
47 stars 18 forks source link

Account activity API returns 404 on certain date #398

Open disk91 opened 2 years ago

disk91 commented 2 years ago

Here are two example: The first one returns a structure with data array empty (normal behavior)

https://api.helium.io/v1/accounts/12wu6KrUuazURqZ3dCu9CMpFo6YJyZaFMe5S85c1LSk88VGNj8x/activity?min_time=2021-11-15T16:00:00.000Z&max_time=2021-11-16T00:00:00.000Z

This second on returns 404

https://api.helium.io/v1/accounts/12wu6KrUuazURqZ3dCu9CMpFo6YJyZaFMe5S85c1LSk88VGNj8x/activity?min_time=2021-11-15T20:00:00.000Z&max_time=2021-11-16T00:00:00.000Z

this is true for any min date from 2021-11-15T19:54 and 21:45(around)