x-api-key: ********************{
"assetId": "b86c034b-efe3-11eb-b56f-0691764446a7",
"currencyId": "b88b8466-efe3-11eb-b56f-0691764446a7",
"side": "BUY",
"quantity": "0.1",
"notional": "10"
}curl --location 'https://api.public.bitpanda.com/v1/quotes' \
--header 'x-api-key: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"assetId": "b86c034b-efe3-11eb-b56f-0691764446a7",
"currencyId": "b88b8466-efe3-11eb-b56f-0691764446a7",
"side": "BUY",
"quantity": "0.1",
"notional": "10"
}'{
"data": {
"quoteId": "826e5192-f8c6-4e24-aab3-3910e46c52b7",
"status": "string",
"side": "BUY",
"assetId": "9179b887-04ef-4ce5-ab3a-b5bbd39ea3c8",
"currencyId": "2a59a322-927b-4fc7-bac8-d295c634b295",
"quote": {
"price": "string",
"priceWithFee": "string",
"fee": "string",
"quantity": "string",
"notional": "string",
"expiresAt": "string",
"toEuroRate": "string"
},
"exAnte": {
"instrumentIsin": "US5949181045",
"costsAndCharges": {
"breakdown": [
{
"type": "string",
"amount": "string",
"investmentPercent": "string"
}
],
"totalCosts": {
"amount": "string",
"investmentPercent": "string"
}
},
"impactOnPerformance": {
"netInvestmentAfterCosts": "string",
"netAmountAfterCosts": "string",
"estimatedReductionInReturnPercent": "string",
"illustration": {
"annual": "string",
"reduced": "string"
}
},
"cumulativeCosts": [
{
"holdingPeriod": "string",
"estimatedCosts": "string",
"returnsPercentPerAnnum": "string"
}
]
},
"keyInformationDocuments": [
{
"country": "AT",
"language": "de",
"url": "string"
}
],
"warnings": [
{
"code": "string",
"message": "string"
}
],
"tradingBudget": {
"buyBudgetRemaining": 0,
"sellBudgetRemaining": 0,
"limitCurrencyId": "38b7bf50-aeac-4dba-8c4b-0e80a9f910e4"
}
}
}