Skip to content
Version 2.11.0
↓ Get the launcher

IExchange.QueryListingsAsync method

Fetch the current live listings for an item, cheapest-first when the game orders them.

public Task<IReadOnlyList<ExchangeListing>> QueryListingsAsync(int itemId,
CancellationToken ct = default)
parameter description
itemId The item’s config id.
ct Cancels the request before dispatch.

The listings; empty when unavailable or none exist.