LI.FI Intents
Two calls. The first prices the order and holds the liquidity; the second turns that into a transaction the user signs.
Authenticate the RFQ call with your API key in the
X-Auth-Token header. The transaction call carries the quote itself, so it needs no header.
The responses follow LI.FI’s own intents API shapes, with one difference worth coding for: when Sprinter cannot serve a request it returns 404, not a 200 with an empty quotes array.
Quotes only return for assets Sprinter has onboarded — underwritten, allocated liquidity to, and configured routes for. See the Asset Issuer quickstart for what onboarding involves.
Swap API
Route a swap against public on-chain liquidity and get back executable call data. No onboarding, no reservation, no firm price.
See the Swap API overview for base URLs, authentication, and the response format.