curl --location 'https://api.fusion.bitpanda.com/v1/tickers?pair=BTC-EUR%2CETH-EUR' \
--header 'x-api-key: <YOUR_API_KEY>'[
{
"pair": "BTC-EUR",
"price": "61500.00",
"high": "62000.00",
"low": "60000.00",
"volume": "250000"
},
{
"pair": "ETH-EUR",
"price": "3200.00",
"high": "3300.00",
"low": "3100.00",
"volume": "150000"
}
]