getMarketTaxRates

suspend fun getMarketTaxRates(world: World): TaxRates

Returns the current tax rate data for the specified world.

Parameters

world

The world or to retrieve data for. This may be an ID or a name.

Throws

The world requested is invalid.

The Universalis API returned an unexpected return code.