GitHub New Issues
Developer
GitHub New Issues
Issues are a bug tracking system built into Github. They provide a way for people to report problems, receive feedback, and collaborate together on code projects. New issues shows the rate at which issues are being open for a repository.
GET
GitHub New Issues
Query Parameters
string
required
asset symbol (example: btc)
string
required
asset symbol with base currency (example: btc-usd)
int
required
start of the aggregate time window as a timestamp (example: 1168300800)
int
required
end of the aggregate time window as a timestamp (example: 1652486400)
string
required
size of the time window (valid intervals: 5m, 1h, 1d, 1w, 1mo)
string
sort the results by timestamp. asc will return results in ascending order
(oldest to newest), desc will return results in descending order (newest to
oldest). default value is asc
int
limit the number of results returned, default is 5000 and max is 50000

