Skip to main content
The LI.FI Intents API has two access levels: open integrator endpoints and authenticated solver endpoints.

Integrators

Integrator endpoints are fully open. No API key, no registration, no rate limits. You can start building immediately.

Endpoints


Solvers (API Key Required)

Solver endpoints require an API key passed via the api-key header. These endpoints are used for submitting quotes, managing solver accounts, and tracking reputation.

Authenticating Requests

Pass your API key in the api-key header:

Getting an API Key

Register and manage your solver API key in the solver UI: We recommend starting on testnet to validate your integration before going live.

Environments

Interactive API documentation is available at /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