Skip to content

@zikeji/hypixel / Components / Schemas / SkyBlockAuction

Interface: SkyBlockAuction

example: { "uuid": "409a1e0f261a49849493278d6cd9305a", "auctioneer": "347ef6c1daac45ed9d1fa02818cf0fb6", "profile_id": "347ef6c1daac45ed9d1fa02818cf0fb6", "coop": [ "347ef6c1daac45ed9d1fa02818cf0fb6" ], "start": 1573760802637, "end": 1573761102637, "item_name": "Azure Bluet", "item_lore": "§f§lCOMMON", "extra": "Azure Bluet Red Rose", "category": "blocks", "tier": "COMMON", "starting_bid": 1, "item_bytes": { "type": 0, "data": "H4sIAAAAAAAAAB2NQQqCQBhGv1ErHaKu0KoLtGtnarRIhTpA/OGfDIwZ4wxUF/IeHiyyto/3eBKIIJQEIDx4qsJaYJK07m6FhG+p9hEdVMV7TXU3Wh+JWaW6h6ZXhODYGg5/LeZDfxt6nZR5XhYhgoIaxmKE8dsZXu20YwuJZfa0hmJrjbo6y134f8pTll5O5TnbbgAP05Qaqhk+8AVIrd2eoAAAAA==" }, "claimed": true, "claimed_bidders": [], "highest_bid_amount": 7607533, "bids": [ { "auction_id": "409a1e0f261a49849493278d6cd9305a", "bidder": "99748e629dee463892f68abf3a780094", "profile_id": "99748e629dee463892f68abf3a780094", "amount": 7607533, "timestamp": 1573760824844 } ] }

Properties

_id?

optional _id: string


auctioneer?

optional auctioneer: string


bids?

optional bids: object[]

amount?

optional amount: number

auction_id?

optional auction_id: string

bidder?

optional bidder: string

profile_id?

optional profile_id: string

timestamp?

optional timestamp: number


category?

optional category: string


claimed?

optional claimed: boolean


claimed_bidders?

optional claimed_bidders: unknown[]


coop?

optional coop: string[]


end?

optional end: number


extra?

optional extra: string


highest_bid_amount?

optional highest_bid_amount: number


item_bytes?

optional item_bytes: object

data?

optional data: string

type?

optional type: number


item_lore?

optional item_lore: string


item_name?

optional item_name: string


profile_id?

optional profile_id: string


start?

optional start: number


starting_bid?

optional starting_bid: number


tier?

optional tier: string


uuid?

optional uuid: string

Released under the MIT License.