v1

latestOpenAPI 3.1.02026-07-26290137.0 KB

Get Depositor Stats

Get the depositing users stats from a unique deposit ID

get/trading/deposit/{deposit_id}/stats

Path parameters

deposit_idinteger required

Deposit ID of the trade in question.

Response

200

OR

Example response

{
  "delivery_rate_recent": 1,
  "delivery_rate_long": 0.8571428571428571,
  "delivery_time_minutes_recent": 242,
  "delivery_time_minutes_long": 146,
  "steam_level_min_range": 100,
  "steam_level_max_range": 5000,
  "user_has_trade_notifications_enabled": true
}