THIS SITE IS UNDER CONSTRUCTION
curl --location --request GET 'https://api-core.deriv.com/v1/platform/trading/transaction?platform_account_id&transaction_id=1&is_demo&provider=ctrader, mt5' \
--header 'Authorization: '
{
"data": {
"id": 1,
"request_id": "deriv_v1_6000159390",
"platform_deal_id": "xxxx",
"account_id": "xxxxx",
"transfer_type": "deposit",
"amount": 100,
"currency": "USD",
"client_name": "deriv_v1",
"created_at": "2025-05-21T05:33:49+00:00",
"executed_at": "2025-03-28T01:20:18+00:00"
}
}