Click or drag to resize
PriceWrapperGetById Method
View Project on GitHub
Returns a buy and sell listings of a given item id from the trading post.

Namespace: GW2CSharp.V2.Unauthenticated.Commerce
Assembly: GW2CSharp (in GW2CSharp.dll) Version: 0.15.0.0 (0.15)
Syntax
C#
public Price GetById(
	int id
)

Parameters

id
Type: SystemInt32
Item id

Return Value

Type: Price
Buy and sell listings of a given item id.
See Also