v1
latestOpenAPI 3.0.32026-07-2650226215.9 KBQuote
Get quote by ID
Retrieves a previously created quote by ID, including its locked rate, fee breakdown, and expiry.
get/quotes/{quoteId}
Path parameters
quoteIdstring required
Quote ID (qt_ prefix).
Response
The request has succeeded.
Example response
{
"id": "qt_0gq9aesz4wb5etdv88z1j61qcm",
"object": "quote",
"status": "open",
"sourceToDestination": "cryptoToFiatAccount",
"customerId": "cst_vfa0nxw6zvyws9g237jrxn4y7k",
"source": {
"party": {
"relationship": "customer",
"customerId": "cst_vfa0nxw6zvyws9g237jrxn4y7k",
"entityType": "individual"
},
"type": "walletOms",
"category": "crypto",
"details": {
"id": "wlt_5h4jzzpr9xre3bamd9ca7qyghn",
"asset": "usdc",
"network": "polygon",
"blockchainAddress": "0x7B3a9F2c4D1eA8bF6390cE5d2B7fA104C8e3D9b1",
"custodyType": "custodial"
}
},
"destination": {
"party": {
"relationship": "externalRegistered",
"counterpartyId": "ctp_yp5z8m7n22svc0vh6edqgcfdat",
"entityType": "individual",
"name": "Alice Smith",
"address": {
"line1": "500 Market St",
"city": "San Francisco",
"state": "CA",
"country": "US",
"zipCode": "94105"
}
},
"type": "bankUs",
"category": "fiatAccount",
"details": {
"id": "ext_fky491gakzj0dd46qb6whsr2vq",
"asset": "usd",
"network": "ach",
"accountNumberLast4": "1234",
"routingNumber": "021000021",
"bankName": "Chase",
"accountType": "checking"
},
"payoutOrigin": {
"type": "bank",
"details": {
"accountHolder": "customer",
"accountHolderName": "Jane Smith"
}
}
},
"pricing": {
"source": {
"asset": "usdc",
"amountGross": "100.00",
"amountNet": "100.00",
"feesDeducted": {
"total": "0.00",
"developer": "0.00",
"oms": "0.00",
"gas": "0.00"
}
},
"destination": {
"asset": "usd",
"amountGross": "100.00",
"amountNet": "100.00",
"feesDeducted": {
"total": "0.00",
"developer": "0.00",
"oms": "0.00",
"gas": "0.00"
}
},
"pair": "usdc/usd",
"exchangeRate": "1.0000",
"effectiveRate": "1.0000",
"fixedAmountSide": "source",
"sponsorGas": true,
"sponsorGasCost": "0.00"
},
"expiresAt": "2026-03-14T19:15:00Z",
"createdAt": "2026-03-14T19:00:00Z"
}