fetchBazaar

abstract suspend fun fetchBazaar(type: BazaarType, filters: BazaarFilters? = null, page: Int = 1): TibiaResponse<CharacterBazaar>(source)

Fetch the character bazaar.

Parameters

type

Whether to show current auctions or the auction history.

filters

The filtering parameters to use.

page

The page to display.