v1

latestOpenAPI 3.0.32026-08-041747125.8 KB
Withdrawals

Get withdrawal status

Retrieves the current status of a withdrawal transaction using its unique tracking ID.

Status Values:

  • PROCESSING
  • SUCCESS
  • FAILED.

Rate limiting: 1 request per 3 seconds per client IP. Excess requests receive HTTP 429 with Retry-After, X-RateLimit-Limit, X-RateLimit-Remaining, and X-RateLimit-Reset headers (see RateLimitExceeded response).

get/v1/withdrawals/{trackingId}

Path parameters

trackingIdstring uuid required

Tracking ID (UUID) returned from withdrawal creation

Response

Withdrawal status retrieved successfully

status'PROCESSING' | 'SUCCESS' | 'FAILED' required

Current status of the withdrawal