THIS SITE IS UNDER CONSTRUCTION
curl --location --request GET 'https://api-core.deriv.com/v1/platform/trading/transactions?platform_account_id=10000801137&from=1742124861000&to=1743217796000&offset=0&limit=100&is_demo=&provider=ctrader, mt5' \
--header 'Authorization: '{
  "data": [
    {
      "id": 10,
      "request_id": "242cfd20-526d-4e91-80cc-d3f0e9cc66d6",
      "platform_deal_id": "xxxxxx",
      "account_id": "xxxxx",
      "transfer_type": "deposit",
      "amount": 1,
      "currency": "USD",
      "client_name": "api",
      "created_at": "2025-07-22T06:23:03+00:00",
      "executed_at": "2025-07-22T06:23:03+00:00"
    },
    {
      "id": 9,
      "request_id": "67832307-2afd-4688-bb54-69505ddce496",
      "platform_deal_id": "xxxxxx",
      "account_id": "xxxxxx",
      "transfer_type": "deposit",
      "amount": 10,
      "currency": "USD",
      "client_name": "api",
      "created_at": "2025-07-21T09:17:10+00:00",
      "executed_at": "2025-07-21T09:17:10+00:00"
    },
    {
      "id": 8,
      "request_id": "f8e87829-5c9e-4c7c-9036-1de3a2dd0e64",
      "platform_deal_id": "xxxxxx",
      "account_id": "xxxxx",
      "transfer_type": "withdraw",
      "amount": 10,
      "currency": "USD",
      "client_name": "api",
      "created_at": "2025-07-21T09:16:20+00:00",
      "executed_at": "2025-07-21T09:16:20+00:00"
    },
    {
      "id": 7,
      "request_id": "deriv_v1_6000161467",
      "platform_deal_id": "xxxxx",
      "account_id": "xxxxx",
      "transfer_type": "withdraw",
      "amount": 10,
      "currency": "USD",
      "client_name": "deriv_v1",
      "created_at": "2025-06-16T13:23:51+00:00",
      "executed_at": "2025-06-16T05:07:59+00:00"
    }
  ]
}