Get Transaction Price - Revadike/InternalSteamWebAPI GitHub Wiki
GET /api/gettransactionprice
Rate limits
No known rate limit
Request
Authenticated: Yes
Method:
GETHost:
store.steampowered.comPath:
/api/gettransactionprice/Query Parameters:
Name Type Required Description ccstring TODOCountry code lstring TODOLanguage transidstring TODOTODO
Response
200 OK
Name Type Description successnumber TODOpurchaseresultdetailnumber TODOssa_last_updatedstring TODO
Example
GET https://store.steampowered.com/api/gettransactionprice/?cc=us&l=english&transid=5405998248779196793
{
"success": 2,
"purchaseresultdetail": 7,
"ssa_last_updated": "28 Aug, 2020"
}