Future<String> getByPage(String page) async { return new RequestBuilder('skyblock/auctions?key=${HypixelAPI.API_KEY}&page=${page}').get(); }