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. |
Return Value
Section titled “Return Value”The listings; empty when unavailable or none exist.
See Also
Section titled “See Also”- struct ExchangeListing
- interface IExchange
- namespace Stellar.Abstractions.Services