getLatestPrice

suspend fun getLatestPrice(itemName: String): ItemPriceResponse?

Fetches the latest price for a given item from the RuneScape Grand Exchange API.

This method makes an HTTP GET request to the API and parses the JSON response to extract the latest price information for the specified item.

Return

An ItemPriceResponse object containing the latest price details, or null if the item is not found.

Parameters

itemName

The name of the item to fetch the latest price for.