Authorization: ********************curl --location --request GET 'https://test.whitelabel.bitpanda.com/v2/assets//fiats//history/' \
--header 'Authorization: Bearer <token>'{
"data": [
{
"open": "36133.2",
"high": "36133.2",
"close": "36094.2",
"low": "36088.9",
"time": "2021-06-13T15:40:00+02:00"
},
{
"open": "36076.6",
"high": "36084.7",
"close": "35968.4",
"low": "35968.4",
"time": "2021-06-13T15:50:00+02:00"
},
{
"open": "35948.2",
"high": "36037.2",
"close": "36024.5",
"low": "35948.2",
"time": "2021-06-13T16:00:00+02:00"
}
]
}