> ## Documentation Index
> Fetch the complete documentation index at: https://jupiter-feat-lend-dex-integration.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# AMM APIs

> REST endpoints for quoting and building Lend AMM swaps. Coming soon.

REST endpoints for quoting and building Lend AMM swaps over HTTP are coming soon.

Until they launch, two integration paths are available:

<CardGroup cols={2}>
  <Card icon="code" href="/lend/dex/typescript" title="AMM SDK">
    Quote with `@jup-ag/lend-read`, build and send the swap with `@jup-ag/lend/dex`.
  </Card>

  <Card icon="link" href="/lend/dex/cpi" title="AMM CPI Integration">
    Call `swap_in` / `swap_out` from your own program via CPI.
  </Card>
</CardGroup>
