Skip to main content
POST
/
api
/
private
/
v2
/
wallet
/
{asset}
/
withdrawals
/
resend-code
/
Resend Withdrawal Code
curl --request POST \
  --url https://app.digitalsurge.com.au/api/private/v2/wallet/{asset}/withdrawals/resend-code/ \
  --header 'Authorization: Bearer <token>'
{
  "sms_sent": true
}

Authorizations

Authorization
string
header
required

Personal API key, created in the Digital Surge app under Account Settings → API Keys. Send it with every request as Authorization: Bearer <your-api-key>.

Path Parameters

asset
string
required
Pattern: ^\w{1,10}$

Response

sms_sent
boolean
required