-
Notifications
You must be signed in to change notification settings - Fork 18
Get Transaction Price
Revadike edited this page Feb 24, 2022
·
2 revisions
No known rate limit
Authenticated: Yes
Method:
GET
Host:
store.steampowered.com
Path:
/api/gettransactionprice/
Query Parameters:
Name Type Required Description cc
string TODO
Country code l
string TODO
Language transid
string TODO
TODO
Name Type Description success
number TODO
purchaseresultdetail
number TODO
ssa_last_updated
string TODO
GET https://store.steampowered.com/api/gettransactionprice/?cc=us&l=english&transid=5405998248779196793
{
"success": 2,
"purchaseresultdetail": 7,
"ssa_last_updated": "28 Aug, 2020"
}