Interface: SkyBlockAuctionsEndedResponse


# Interface: SkyBlockAuctionsEndedResponse

Components.Schemas.SkyBlockAuctionsEndedResponse

# Properties

# auctions

auctions: { auction_id: string ; bin: boolean ; buyer: string ; item_bytes: string ; price: number ; seller: string ; seller_profile: string ; timestamp: number }[]

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


# lastUpdated

lastUpdated: number

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


# success

success: boolean

Whether or not the request succeeded.

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