Show deposit info

GET /v1/deposits/{id}

Query parameters

  • signature string Required

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

application/json

Body Required

Responses

GET /v1/deposits/{id}
curl \
 -X GET https://api.skinsmoney.gg/v1/deposits/{id}?signature=f034f9986ae0fa2e3de3b40fcc378bacf6a5a01d269af841121501f610ddc65b \
 -H "Content-Type: application/json" \
 -d '{"signature":"praesentium"}'
Request example
{
  "signature": "praesentium"
}
Response examples (200)
{
  "success": true,
  "type": "response",
  "data": {
    "id": "acfa958e-c082-4765-8656-53816fe27833",
    "status": "generated",
    "min_value": 0.01,
    "real_usd_value": null,
    "commission_taken": null,
    "trade_url": "https://steamcommunity.com/tradeoffer/new/?partner=000&token=xxx",
    "steam_id": "76561199012591716",
    "ipn_status": "not_sent",
    "ipns_sent": 0,
    "last_ipn_at": null,
    "custom": "hello",
    "redirect_url": "https://skinsmoney.gg",
    "traded_at": null,
    "created_at": "2023-03-26T20:24:12.000000Z",
    "updated_at": "2023-03-26T20:24:12.000000Z",
    "test_mode": 0,
    "end_value": null,
    "trade_state": 0,
    "service_id": "545d3d61-8afe-40e8-9b20-d6a0c592a724",
    "currency": {
      "rate": 4.36,
      "short_name": "zł",
      "code": "PLN"
    }
  }
}