hypixel-sdk 0.2.1

Async client for the Hypixel Public API with typed models and SkyBlock helpers
Documentation
{
  "success": true,
  "page": 0,
  "totalPages": 1,
  "totalAuctions": 2,
  "lastUpdated": 1607456400329,
  "auctions": [
    {
      "_id": "abc",
      "uuid": "auction-uuid-1",
      "auctioneer": "seller1",
      "profile_id": "profile1",
      "start": 1607000000000,
      "end": 1607100000000,
      "item_name": "Hyperion",
      "item_lore": "",
      "category": "weapon",
      "tier": "MYTHIC",
      "starting_bid": 900000000,
      "claimed": false,
      "highest_bid_amount": 0,
      "bin": true,
      "bids": []
    },
    {
      "_id": "def",
      "uuid": "auction-uuid-2",
      "auctioneer": "seller2",
      "profile_id": "profile2",
      "start": 1607000000000,
      "end": 1607100000000,
      "item_name": "Hyperion",
      "item_lore": "",
      "category": "weapon",
      "tier": "MYTHIC",
      "starting_bid": 850000000,
      "claimed": false,
      "highest_bid_amount": 0,
      "bin": true,
      "bids": []
    }
  ]
}