CS: searching for products using steamkit2 api

I am trying to get items from a trade to send to a database. The only problem is that the data received doesn't give me what I need. I am using the JesseCar96 steamer for TF2 and have reprogrammed it for CS:GO

. When I run the following code, I have access to 4 main things:

foreach (var asset in theirItems)
{
    Console.Write(asset.assetID);
}

      

I have access to the appID element , active , context ids and currencyID . From there, I want to find the product name, quality, market value, etc. Unfortunately, steamkit

there is no documentation for this. Does anyone know the API code I need to do?

+3


source to share





All Articles