Show deposit info

GET /v1/services/{service_uuid}/deposits/{deposit_uuid}

Path parameters

Query parameters

  • signature string Required

    Sha256 hash of Deposit ID combined with service id and hash key from panel, separated with |

Responses

GET /v1/services/{service_uuid}/deposits/{deposit_uuid}
curl \
 --request GET 'https://api.skinsmoney.gg/v1/services/661512bf-4dd2-4404-a58a-210acf868665/deposits/e1ffc0d-80ae-4931-b1cd-9692938849c0?signature=f034f9986ae0fa2e3de3b40fcc378bacf6a5a01d269af841121501f610ddc65b' \
 --header "Authorization: Bearer $ACCESS_TOKEN"
Response examples (200)
{
  "data": {
    "id": "acfa958e-c082-4765-8656-53816fe27833",
    "custom": "hello",
    "status": "generated",
    "currency": {
      "code": "PLN",
      "rate": 4.36,
      "short_name": "zł"
    },
    "steam_id": "76561199012591716",
    "end_value": null,
    "ipns_sent": 0,
    "min_value": 0.01,
    "test_mode": 0,
    "trade_url": "https://steamcommunity.com/tradeoffer/new/?partner=000&token=xxx",
    "traded_at": null,
    "created_at": "2023-03-26T20:24:12.000000Z",
    "ipn_status": "not_sent",
    "service_id": "545d3d61-8afe-40e8-9b20-d6a0c592a724",
    "updated_at": "2023-03-26T20:24:12.000000Z",
    "last_ipn_at": null,
    "trade_state": 0,
    "redirect_url": "https://skinsmoney.gg",
    "real_usd_value": null,
    "commission_taken": null
  },
  "type": "response",
  "success": true
}