curl --location 'https://api.fusion.bitpanda.com/v1/orderbook/BTC-EUR?depth=10' \
--header 'x-api-key: <YOUR_API_KEY>'{
"pair": "BTC-EUR",
"timestamp": "2025-05-08T16:17:01.863Z",
"bids": [
{
"price": "49990.0",
"quantity": "0.051",
"totalQuantity": "0.072"
}
],
"asks": [
{
"price": "49990.0",
"quantity": "0.051",
"totalQuantity": "0.072"
}
]
}