Request
Add parameter in header x-api-key
Example:x-api-key: ********************
or
Request Code Samples
curl --location --request POST 'https://api.public.bitpanda.com/v1/quotes/3c071a1d-db86-46a7-9dc0-06502b1fe55d/accept' \
--header 'x-api-key: <api-key>'
Responses
Quote accepted successfully
{
"data": {
"quoteId": "826e5192-f8c6-4e24-aab3-3910e46c52b7",
"tradeId": "6e2251d2-1838-49ba-9773-cb81501b60bf",
"status": "string",
"side": "BUY",
"assetId": "9179b887-04ef-4ce5-ab3a-b5bbd39ea3c8",
"currencyId": "2a59a322-927b-4fc7-bac8-d295c634b295",
"execution": {
"price": "string",
"priceWithFee": "string",
"fee": "string",
"quantity": "string",
"notional": "string",
"executedAt": "string",
"toEuroRate": "string"
},
"tax": {
"taxAmount": "string",
"pessimisticWithholding": true
},
"tradingBudget": {
"buyBudgetRemaining": 0,
"sellBudgetRemaining": 0,
"limitCurrencyId": "38b7bf50-aeac-4dba-8c4b-0e80a9f910e4"
}
}
}
Modified at 2026-08-06 14:05:15