X-BPN-API-KEY: ********************X-BPN-SIGNATURE: ********************X-BPN-TIMESTAMP: ********************curl --location '/v2/stable/collect/quote?orderId=undefined' \
--header 'X-BPN-API-KEY: <api-key>' \
--header 'X-BPN-SIGNATURE: <api-key>' \
--header 'X-BPN-TIMESTAMP: <api-key>'{
"status": 200,
"code": null,
"msg": "OK",
"data": {
"orderId": "726331372411275264",
"quoteId": "4eec0d7a2fcd408699ee8134fa34b58d",
"price": "1",
"fee": "0",
"quoteExpireTime": "2026-03-06T08:49:01.216Z",
"targetCurrency": "USD",
"targetAmount": "190.99"
},
"traceId": "Auto:fc1d831bbebc4cafa951418ea8fefd1b",
"success": true
}