Create a lookup-backed PPV quote from a funded internal account to a receiver PPV address. Use GET /quotes//current for live/current quote state, GET /quotes/ for retained historical detail, and POST /quotes//execute for execution. This endpoint creates the quote only and does not execute a transfer.
Integration-key Basic Auth (clientId:clientSecret) as documented in docs/public/AUTHENTICATION.md.
Frozen MVP public quote-create request: lookup-backed internal-account to PPV-address quote creation only.
Fresh receiver lookup handle returned by the earlier receiver lookup step.
Sender-side source account for the quote.
Lookup-backed PPV destination for the quote.
Which side of the quote is locked: SENDING for send-fixed or RECEIVING for receive-fixed.
SENDING, RECEIVING Locked amount in minor units on the selected locked currency side.
^[0-9]+$Optional business description stored with the quote request.
Additional payer/customer information required by the lookup context, keyed by field name.
Lookup-backed PPV quote created.
Frozen MVP public quote-create response for the lookup-backed PPV quote lock and the linked public transaction flow.
Stable BLIPS quote identifier.
Public transaction identifier reserved for the linked execute and transaction readback flow.
Current public quote lifecycle status after create.
PENDING, PROCESSING, COMPLETED, FAILED, EXPIRED Quote creation timestamp.
RFC 3339 timestamp when this quote expires.
Which side of the quote amount is locked.
SENDING, RECEIVING Locked amount in minor units on the locked currency side.
^[0-9]+$Quoted sender-side amount.
Quoted receiver-side amount.
Total quoted fees.
Effective quoted exchange rate from sendingAmount to receivingAmount.