curl --location 'https://api.fusion.bitpanda.com/v1/candles/BTC-EUR?interval=5m&from=1718359200&to=1718445600&limit=100' \
--header 'x-api-key: <YOUR_API_KEY>'[
{
"timestamp": 1718445600,
"open": 61200,
"high": 61800,
"low": 60900,
"close": 61500,
"volume": 1200.5
},
{
"timestamp": 1718532000,
"open": 61500,
"high": 62100,
"low": 61100,
"close": 61900,
"volume": 980.3
}
]