πŸ”“Get crypto withdrawal approval status

Fetch crypto withdrawal approval by ID

get

Fetch crypto withdrawal approval by ID. The withdrawal ID is provided in the response of POST /withdrawals.

Authorizations
Path parameters
withdrawalIdstring Β· uuidRequired

ID of the crypto withdrawal.

Responses
200
Returns the status of the specified crypto withdrawal approval.
application/json
get
GET /api/v1/payment/crypto-withdrawal-approvals/{withdrawalId} HTTP/1.1
Host: 
Authorization: YOUR_API_KEY
Accept: */*
200

Returns the status of the specified crypto withdrawal approval.

{
  "status": "APPROVED"
}

Last updated

Was this helpful?