Interface: SkyBlockAuctionResponse


# Interface: SkyBlockAuctionResponse

Components.Schemas.SkyBlockAuctionResponse

# Properties

# auctions

auctions: { _id: string ; 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: { data: string ; type: number } ; item_lore: string ; item_name: string ; profile_id: string ; start: number ; starting_bid: number ; tier: string ; uuid: string }[]

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


# success

success: boolean

Whether or not the request succeeded.

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