Method GetItemPricesIndex
- Namespace
- GuildWars2.Commerce
- Assembly
- GuildWars2.dll
GetItemPricesIndex(CancellationToken)
Retrieves the item IDs of all items with listings on the trading post.
public Task<(IImmutableValueSet<int> Value, MessageContext Context)> GetItemPricesIndex(CancellationToken cancellationToken = default)
Parameters
cancellationTokenCancellationTokenA token to cancel the request.
Returns
- Task<(IImmutableValueSet<int> Value, MessageContext Context)>
A task that represents the API request.