The LI.FI Intents API has two access levels: open integrator endpoints and authenticated solver endpoints.Documentation Index
Fetch the complete documentation index at: https://docs.li.fi/llms.txt
Use this file to discover all available pages before exploring further.
Integrators
Integrator endpoints are fully open. No API key, no registration, no rate limits. You can start building immediately.Endpoints
| Method | Path | Description |
|---|---|---|
POST | /quote/request | Request a quote for an intent |
GET | /api/v1/integrator/quote/request | V1 integrator-friendly quote endpoint |
POST | /orders/submit | Submit an order to the solver network |
GET | /orders | List orders with optional filters |
GET | /orders/status | Get order status |
GET | /chains/supported | Get the list of supported chains |
GET | /routes | Get supported routes (chain/asset pairs) |
Solvers (API Key Required)
Solver endpoints require an API key passed via theapi-key header. These endpoints are used for submitting quotes, managing solver accounts, and tracking reputation.
| Method | Path | Description |
|---|---|---|
POST | /quotes/submit | Submit or update up to 200K solver quotes |
GET | /solver-api/quotes | Get solver’s uploaded quote inventory |
GET | /solver-api/solver/identities | Get solver identities for reputation tracking |
POST | /solver-api/account/register | Register a solver account |
POST | /solver-api/account/unregister | Unregister a solver account |
Authenticating Requests
Pass your API key in theapi-key header:
Getting an API Key
Register and manage your solver API key in the solver UI:| Environment | Solver UI | API Base URL |
|---|---|---|
| Production | intents.li.fi | https://order.li.fi |
| Testnet | devintents.li.fi | https://order-dev.li.fi |
Environments
| Environment | Base URL | Use |
|---|---|---|
| Production | https://order.li.fi | Live orders with real assets |
| Development | https://order-dev.li.fi | Testnet orders (Sepolia, Base Sepolia, etc.) |
/docs on both environments.
Next Steps
Quickstart
End-to-end escrow flow for integrators
Intents API Overview
Integrator endpoints, order lifecycle, and address encoding
Solver API Overview
Solver endpoints, quoting, and account management

