Authorization: ********************curl --location --request GET 'https://test.whitelabel.bitpanda.com/v1/prices?asset_id=1&fiat_id=1&type=buy' \
--header 'bp-user-id;' \
--header 'Authorization: Bearer <token>'{
"data": {
"id": 1,
"symbol": "BTC",
"price": "34810.79865432",
"net_price": "32810.79865432",
"fee": "18.12345678"
}
}