Click or drag to resize
TransactionsWrapperGetHistorySells Method (String)
View Project on GitHub
Fulfilled sell transactions of the past 90 days.

Namespace: GW2CSharp.V2.Authenticated.Commerce
Assembly: GW2CSharp (in GW2CSharp.dll) Version: 0.15.0.0 (0.15)
Syntax
C#
public IEnumerable<Transaction> GetHistorySells(
	string token
)

Parameters

token
Type: SystemString
API key.

Return Value

Type: IEnumerableTransaction
History of sell transactions.
See Also