Skip to content

Get Transaction Price

Revadike edited this page Feb 24, 2022 · 2 revisions

GET /api/gettransactionprice

Rate limits

No known rate limit

Request

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

Response

200 OK

Name Type Description
success number TODO
purchaseresultdetail number TODO
ssa_last_updated string 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"
}
Clone this wiki locally