Skip to content

Check Transfer Completion

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

Checks whether a specific transfer order has reached a completed state. Workspace-scoped.

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.
  • Only checks orders within the current workspace context.

SlaunchX Internal Documentation