THIS SITE IS UNDER CONSTRUCTION
curl --location --request POST 'https://api-core.deriv.com/v1/WithdrawFunds' \
--header 'Authorization: Bearer {{Bearer}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"account_id": "CR90000003",
"withdrawal_id": "7b6546dc-****-****-****-************",
"amount": "50.00",
"currency": "USD"
}'
{
"transaction_id": "79",
"timestamp": "2025-07-24T07:33:09.478687Z"
}