Click or drag to resize
TransactionsWrapperGetCurrentSells Method (String)
View Project on GitHub
Currently unfulfilled sell transactions.

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

Parameters

token
Type: SystemString
API key.

Return Value

Type: IEnumerableTransaction
List of sell transactions.
See Also