curl --location 'https://api.fusion.bitpanda.com/v1/account/trades/trade-a1b2c3d4' \
--header 'x-api-key: <YOUR_API_KEY>'{
"id": "trade-a1b2c3d4",
"orderId": "3aaad2dd-65ef-4ce8-98da-8af52a5b6f3e",
"pair": "BTC-EUR",
"side": "sell",
"price": "61501.20",
"amount": "0.15000000",
"fee": {
"amount": "2.25",
"symbol": "EUR"
},
"total": "9225.18",
"executedAt": "2025-09-11T12:15:30.000Z"
}