Skip to main contentSkip to FAQSkip to contact
POST/quotes/{quoteId}/accept

Accept Quote

Accept a solver's quote and trigger escrow creation on the origin chain. Initiates the DvP settlement flow.

Examples

TypeScript
1const settlement = await tetrafi.quotes.accept("qt_xyz789");
2console.log("Settlement:", settlement.id, settlement.status);
2 linestypescript

Parameters

Path
quoteIdrequired
string
Quote identifier
Response body
  • idstringe.g. stl_def456
  • rfqIdstringe.g. rfq_abc123
  • quoteIdstringe.g. qt_xyz789
  • statusstringe.g. complete
    values:pendingescrow_lockedfillingcompletefailedrefunded
  • originTxHashstringe.g. 0x1234...abcd
  • destinationTxHashstringe.g. 0x5678...efgh
  • settledAtstring(date-time)