v1
latestOpenAPI 3.1.02026-07-26290137.0 KBCreate Withdrawal
Withdraw item directly if the auction has expired without being won.
post/trading/deposit/{deposit_id}/withdraw
Path parameters
deposit_idinteger required
Deposit ID of the trade in question.
Request body
Response
200
Example response
{
"success": true,
"data": {
"id": 26124023,
"tradeoffer_id": 298883412
}
}