Create lookup-backed PPV quote.
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. Platform configuration fee policy and the sandbox Lightning execution profile are read after corridor confirmation as internal pricing inputs, while the quote response is the outward fee and amount truth for that newly created quote.
Authorizations
Integration-key Basic Auth (clientId:clientSecret) as documented in docs/public/AUTHENTICATION.md.
Body
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.
Response
Lookup-backed PPV quote created.
Frozen MVP public quote-create response for the lookup-backed PPV quote lock, outward aggregate quote truth, 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.
Outward aggregate quote truth, including the sender and receiver service-fee line items locked onto this quote at create time.