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
c # steam steam-web-api


source to share


No one has answered this question yet

Check out similar questions:

568
Order of elements in classes: fields, properties, constructors, methods
7
Steam API API gets CS: GO inventory
7
How do I get the float value of CS: GO positions?
6
Getting CS: GO statistics
2
Steam Web Api: CS: GO Getting Skin Name
1
Alternatives to the CS: GO API?
1
Can't access items in C # array (for cs: go trading bot)
0
How to get the number of players in the lobby in CS: GO?
-1
CS: GO Statistics Api [GetUserStatsForGame]
-2
json_decode with double array



All Articles
Loading...
X
Show
Funny
Dev
Pics