Deriv API
Documentation
Payment Agent

Withdrawal Status

GetAuth required

Returns the current status of a withdrawal previously submitted with a request_id. Use this to poll a withdrawal through its lifecycle — requested, then pending — until it reaches complete, rejected, or failed (transaction_id is null while the status is requested). A request_id that doesn't match any of your withdrawals returns RequestIDNotFound.

Endpoint

Get/payment-agents/v1/withdraw/{request_id}

Base URL: https://api.derivws.com

Status Codes

200OK - Current status of the requested withdrawal.
400Bad request - The request_id does not match any of your withdrawals (RequestIDNotFound).
401Unauthorized - Invalid or missing authentication.
403Forbidden - Valid token but insufficient scope (payment scope required).
500Internal server error.
504Gateway timeout - Upstream service unavailable.

Error Responses

400Bad request - request_id not found
{
  "data": {},
  "errors": [
    {
      "status": 400,
      "code": "RequestIDNotFound",
      "detail": { "message": "No withdrawal found for the given request_id" }
    }
  ],
  "metadata": {
    "endpoint": "/payment-agents/v1/withdraw/unknown-id",
    "method": "GET",
    "timing": 8
  }
}

About Withdrawal Status

The GET /payment-agents/v1/withdraw/{request_id} endpoint: Returns the current status of a withdrawal previously submitted with a request_id. Use this to poll a withdrawal through its lifecycle — requested, then pending — until it reaches complete, rejected, or failed (transaction_id is null while the status is requested). A request_id that doesn't match any of your withdrawals returns RequestIDNotFound.

Click to open live chat support. Get instant help from our support team.