Authorization: ********************curl --location --request GET 'https://test.whitelabel.bitpanda.com/v1/non-user-initiated-transactions/' \
--header 'bp-user-id;' \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "1effa8d8-2ef7-6c06-81e5-334cabffcd28",
"type": "deduction",
"type_defined_for": "asset",
"direction": "incoming",
"created_at": "2024-12-15T09:00:01+01:00",
"asset": {
"id": "9a8e2316-c808-4ae2-bc67-110d372f94e4",
"amount": "0.62"
},
"fiat": {
"id": "ea96ccef-edee-11eb-9bf0-06502b1fe55d",
"amount": "1.89"
}
}
}