Request a LI.FI Intents Quote
Prices a LI.FI intents order against Sprinter liquidity and reserves that liquidity for the quote’s validity window. The response is shaped like a single element of LI.FI’s own request-quote response.
Behaviour
Errors
Address format
user, receiver and asset inside preview are ERC-7930 interoperable addresses — chain id and account packed into one byte string:
0x0001000002210514833589fc...2913 decodes to USDC on Base (0x2105 = 8453).
metadata.exclusiveFor is a plain 20-byte hex address, not ERC-7930.
Next step
Pass the quote object straight toPOST /lifi-intents/transaction to get the transaction that opens the order.Authorizations
Query Parameters
Source CAIP chain ID (e.g., eip155:8453)
Destination CAIP chain ID (e.g., eip155:42161)
Amount in the smallest denomination
Destination (borrow) token address (hex)
User address on the source chain (hex)
Source token address (hex). Defaults to the destination token's symbol on the source chain
Receiver address on the destination chain (hex); defaults to user
Quote algorithm type (ExactInput or ExactOutput); defaults to ExactInput
Response
LI.FI intents quotes
Quotes offered for the request. Sprinter returns exactly one.