THIS SITE IS UNDER CONSTRUCTION
curl --location --request POST 'https://api-core.deriv.com/v1/connect/wallets/withdraw' \
--header 'Authorization: {{M2M_BEARER_TOKEN}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"is_reversible": true,
"external_reference_id": "string",
"client_id": "string",
"wallet_id": "string",
"request_id": "string",
"currency": "string",
"payout_method": "string",
"net_amount": 0,
"description": "string"
}'
{
"data": {
"hold_id": "60fb9e58-c8ce-4ec4-b858-c5e1ae35131e",
"message": "Transaction is on hold."
},
"meta": {
"endpoint": "/v1/connect/wallets/withdraw",
"method": "POST",
"timing": 6113
}
}