THIS SITE IS UNDER CONSTRUCTION
curl --location --request POST 'https://api-core.deriv.com/v1/DepositFunds' \
--header 'Authorization: Bearer {{Bearer}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"account_id": "CR**000***",
"deposit_id": "7b6546dc-****-****-****-********648e",
"amount": "200.00",
"currency": "USD"
}'
{
"transaction_id": "59",
"timestamp": "2025-07-24T07:32:24.029581Z"
}