Skip to content

Check Transfer Completion (Admin)

GET/web/v1/admin/transfer/query/orders/{bizId}/completed JWT

Checks whether a specific transfer order has reached a completed state.

Authentication

Requires a valid JWT token and Turnstile verification.

Request Parameters

NameTypeRequiredInDescription
bizIdstringRequiredpathTransfer order business ID (path parameter)

Success Response

Success 200
{
  "code": "2000",
  "message": "SUCCESS",
  "data": true
}

Error Responses

HTTP StatusCodeDescription
4014010Unauthorized

Notes

  • Returns true if the transfer has reached COMPLETED status, false otherwise.
  • This is a lightweight polling endpoint for checking transfer completion.

SlaunchX Internal Documentation