Get a quote
Retrieves a quote by its ID. Only the issuing account can read a quote — one minted under a subaccount requires that subaccount’s credentials. status is ACTIVE, CONSUMED (an order was created from the quote), or EXPIRED (its window ended, or a newer quote with the same name replaced it).
Available to accounts with the Instant Payment or Standard Quote Fallback capability enabled.
Path Parameters
- Type: stringquote
Id required
Responses
- application/json
- application/json
- application/json
- application/json
- application/json
- application/json
Request Example for get/api/v1/quotes/{quoteId}
curl 'https://api.bettermoney.com/api/v1/quotes/{quoteId}'
{
"serviceable": true,
"quoteId": "string",
"name": "string",
"mode": "instant",
"toAddress": "string",
"toChain": "string",
"asset": "string",
"amountUsd": 1,
"feeBps": 0,
"feeUsd": 1,
"estimatedSettlement": {
"estimatedSettlementAt": "2026-09-08T20:57:50.022Z",
"estimatedDurationSeconds": 0,
"basis": "funded_now"
},
"status": "ACTIVE",
"createdAt": "2026-09-08T20:57:50.022Z",
"expiresAt": "2026-09-08T20:57:50.022Z"
}