latestOpenAPI 3.0.0raw.githubusercontent.com2026-08-123353144.2 KB

1713381f8993

Liquidity

Build the escrow open transaction for a lifi-intents quote

Turns a quote into an unsigned open call on the LI.FI intents input settler escrow. When the quote carries a quoteId from the RFQ endpoint, the liquidity reservation is re-keyed to the resulting on-chain order id.

post/lifi-intents/transaction

Request body

quoteIdstring

Identifier for the liquidity reservation backing this quote. Pass the quote back to /lifi-intents/transaction to keep it.

validUntilinteger

Unix timestamp after which the quote and its reservation expire.

etainteger

Estimated fill duration in seconds.

providerstring

Always sprinter.

failureHandlingstring

Always refund-automatic — an unfilled order is reclaimable on the escrow.

partialFillboolean

Whether the order may be partially filled. Sprinter quotes are all-or-nothing.

Response

The same quote with transactionRequest populated

quoteIdstring

Identifier for the liquidity reservation backing this quote. Pass the quote back to /lifi-intents/transaction to keep it.

validUntilinteger

Unix timestamp after which the quote and its reservation expire.

etainteger

Estimated fill duration in seconds.

providerstring

Always sprinter.

failureHandlingstring

Always refund-automatic — an unfilled order is reclaimable on the escrow.

partialFillboolean

Whether the order may be partially filled. Sprinter quotes are all-or-nothing.