Skip to content

SHTCGClient.ClientService.SellCard(int,int)

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

ClientService.SellCard(int, int) Method

Sell a card

public System.Threading.Tasks.Task<SHTCGClient.Models.Vendors.CardSellResponse?> SellCard(int cardId, int vendorId);

Parameters

cardId System.Int32

The card ID

vendorId System.Int32

The vendor ID to sell to

Returns

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

Clone this wiki locally