P2P API Documentation
Endpoints
1. GET /p2p/inventory
/p2p/inventoryParameter
Type
Required
Description
{
"inventory": [
{
"id": "1234567890",
"skin": "Redline",
"gun": "AK-47",
"wear": "Field-Tested",
"image": "https://steamcommunity-a.akamaihd.net/economy/image/...",
"type": "Rifle",
"tradable": true,
"appid": 730,
"price": "$12.50"
},
{
"id": "0987654321",
"skin": "Sand Dune",
"gun": "P250",
"wear": "Factory New",
"image": "https://steamcommunity-a.akamaihd.net/economy/image/...",
"type": "Pistol",
"tradable": true,
"appid": 730,
"price": "$0.05"
}
]
}Field
Type
Description
Status Code
Description
2. GET /p2p/transactions
/p2p/transactionsParameter
Type
Required
Description
Last updated