Path parameters
-
Service ID
-
Buy ID
GET
/v1/services/{service_uuid}/buys/{buy_uuid}
curl \
--request GET https://api.skinsmoney.gg/v1/services/661512bf-4dd2-4404-a58a-210acf868665/buys/01957693-9a2e-7162-8c9f-bf6950403d6d \
--header "Authorization: Bearer $ACCESS_TOKEN"
Response examples (200)
{
"data": {
"id": "01957693-9a2e-7162-8c9f-bf6950403d6d",
"status": -1,
"item_id": 123321,
"custom_id": "aabbcc",
"created_at": "2025-03-08T16:25:41.000000Z",
"deal_price": "0.15",
"updated_at": "2025-03-08T16:47:14.000000Z",
"steam_offer_id": "111222111"
},
"type": "response",
"success": true
}