Interface: SkyBlockAuctionsResponse


# Interface: SkyBlockAuctionsResponse

Components.Schemas.SkyBlockAuctionsResponse

# Properties

# auctions

auctions: { auctioneer: string ; bids: { amount: number ; auction_id: string ; bidder: string ; profile_id?: string ; timestamp: number }[] ; bin?: boolean ; category: string ; claimed: boolean ; claimed_bidders: string[] ; coop: string[] ; end: number ; extra: string ; highest_bid_amount: number ; item_bytes: string ; item_lore: string ; item_name: string ; profile_id: string ; start: number ; starting_bid: number ; tier: string ; uuid: string }[]

Defined in: types/api.ts:2244 (opens new window)


# lastUpdated

lastUpdated: number

Defined in: types/api.ts:2243 (opens new window)


# page

page: number

Defined in: types/api.ts:2240 (opens new window)


# success

success: boolean

Whether or not the request succeeded.

Defined in: types/api.ts:2239 (opens new window)


# totalAuctions

totalAuctions: number

Defined in: types/api.ts:2242 (opens new window)


# totalPages

totalPages: number

Defined in: types/api.ts:2241 (opens new window)