v1

latestOpenAPI 3.1.02026-07-26290137.0 KB

Create 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

coin_valueinteger

The item price.

Response

200

successboolean

Example response

{
  "success": true,
  "data": {
    "id": 26124023,
    "tradeoffer_id": 298883412
  }
}