These are zero-collateral loans — solvers borrow without locking upfront capital. Repayment is secured by the intent protocol’s escrow and settlement flow.
Base URL
Authentication
All Liquidity API requests must be authenticated with an API key, passed in theX-Auth-Token header:
OpenAPI Specification
The full machine-readable API spec is available for AI agents, code generators, and API clients: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.