gethttps://api.circle.com/v1/cpn/quotes/{quoteId}
Retrieve details of a specific quote (e.g., re-check expiration, fees).
The quote id that was created previously.
1{
2 "data": {
3 "id": "c4d1da72-111e-4d52-bdbf-2e74a2d803d5",
4 "paymentMethodType": "SPEI",
5 "blockchain": "ETH-SEPOLIA",
6 "senderCountry": "MX",
7 "destinationCountry": "MX",
8 "createDate": "2023-01-01T12:04:05Z",
9 "quoteExpireDate": "2023-01-01T12:04:05Z",
10 "cryptoFundsSettlementExpireDate": "2023-01-01T12:04:05Z",
11 "sourceAmount": {
12 "amount": "110.27",
13 "currency": "USDC"
14 },
15 "destinationAmount": {
16 "amount": "11000.27",
17 "currency": "MXN"
18 },
19 "fiatSettlementTime": {
20 "max": "3",
21 "min": "1",
22 "unit": "DAYS"
23 },
24 "exchangeRate": {
25 "pair": "USDC/MXN",
26 "rate": "1.2345"
27 },
28 "fees": {
29 "breakdown": [
30 {
31 "amount": {
32 "amount": "110.27",
33 "currency": "USDC"
34 },
35 "type": "BFI_TRANSACTION_FEE"
36 }
37 ],
38 "totalAmount": {
39 "amount": "110.27",
40 "currency": "USDC"
41 }
42 },
43 "senderType": "BUSINESS",
44 "recipientType": "BUSINESS",
45 "certificate": {
46 "id": "c4d1da72-111e-4d52-bdbf-2e74a2d803d5",
47 "certPem": "LS0tLS1CRUdJT...",
48 "domain": "api.circle.com",
49 "jwk": {
50 "crv": "P-256",
51 "kid": "263521881931753643998528753619816524468853605762",
52 "kty": "EC",
53 "x": "KnxBe8fb2mL_Ve9-tqjGSkGgE9f0yohMkAvH_InaFtE",
54 "y": "D41cVUpiKcey4LJKNFtUtmVHDWRmhjZapPLfryX5b1o"
55 }
56 }
57 }
58}