getMarketTaxRates

suspend fun getMarketTaxRates(world: World): Map<City, Byte>

Returns the current tax rate data for the specified World.

Parameters

world

The World to retrieve data for.

Throws

The Universalis API returned an unexpected return code.