๐Get crypto withdrawal approval status
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 /v1/payment/crypto-withdrawal-approvals/{withdrawalId} HTTP/1.1
Host: api.finrax.com
Authorization: YOUR_API_KEY
Accept: */*
200
Returns the status of the specified crypto withdrawal approval.
{
"status": "APPROVED"
}
Last updated
Was this helpful?