Skip to main content
POST
/
api
/
private
/
v2
/
wallet
/
{asset}
/
withdrawals
/
{id}
/
authorize
/
Authorize Withdrawal
curl --request POST \
  --url https://app.digitalsurge.com.au/api/private/v2/wallet/{asset}/withdrawals/{id}/authorize/ \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "token": "<string>"
}
'

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}$
id
string
required

Body

token
string
required
write-only
Required string length: 1 - 1024

Response

200

No response body