Last updated 4 months ago
Was this helpful?
Fetch crypto withdrawal approval by ID. The withdrawal ID is provided in the response of POST /withdrawals.
POST /withdrawals
ID of the crypto withdrawal.
curl -L \ --url '/api/v1/payment/crypto-withdrawal-approvals/{withdrawalId}' \ --header 'Authorization: YOUR_API_KEY'
{ "status": "APPROVED" }