The Liquidity API exposes Sprinter Intent Liquidity that can be accessed through one of the supported intent protocols such as Across or LiFi Intents. The API allows you to discover where liquidity is available, get a quote for a borrow, and obtain the signing authorization needed to execute the transaction — all scoped to a chosen intent protocol.
These are zero-collateral loans — solvers borrow without locking upfront capital. Repayment is secured by the intent protocol’s escrow and settlement flow.
This is the solver-facing surface. It returns a borrow authorization and expects you to run your own fill and settlement.If you are an asset issuer, wallet, or application that wants a price and a transaction to send, use Solve RFQ instead. GET /lifi-intents/rfq runs this same pricing and reservation pipeline and hands back something you can sign.
Base URL
Authentication
All Liquidity API requests must be authenticated with an API key, passed in the X-Auth-Token header:
OpenAPI Specification
The full machine-readable API spec is available for AI agents, code generators, and API clients:
Point your AI agent or code generator at the OpenAPI spec to auto-generate a client in any language.
How it works
A typical cross-chain borrow follows this lifecycle:
- Discover — check the tokens and liquidity available for a route (
tokens, pools, fees).
- Quote — request a borrow quote for the source chain, protocol, and type to get cost, fees, and a quote id.
- Authorize — post the quote to get the signing authorization for the liquidity transaction.
- Execute — submit the authorized transaction on-chain.
Endpoints
Info
Actions