Skip to content

SHTCGClient.ClientService.SellCards(int[],int)

github-actions[bot] edited this page Mar 9, 2026 · 1 revision

ClientService.SellCards(int[], int) Method

Sell cards

public System.Threading.Tasks.Task<SHTCGClient.Models.Vendors.CardSellResponse?> SellCards(int[] cardIds, int vendorId);

Parameters

cardIds System.Int32[]

The card IDs

vendorId System.Int32

The vendor ID to sell to

Returns

System.Threading.Tasks.Task<CardSellResponse>
Sale information

Clone this wiki locally