---
title: "Zap-Out — Get quotes for withdrawing liquidity"
method: POST
path: "/position/decrease-quotes"
tags: ["Position"]
---

# Zap-Out — Get quotes for withdrawing liquidity

`POST /position/decrease-quotes`

Returns quotes for converting position tokens to different output combinations (token0 to token1, token1 to token0, to base token, etc.) before executing a zap-out

## Request body

- object
  - `id` string, required — The encrypted position ID
  - `bps` integer, required — The percentage of position to close in basis points (0-10000)

## Response `200`

Quotes for different token combinations

- object
  - `status` 'success' | 'error'
  - `data` object

## Other responses

- `400` — Invalid parameters
- `500` — Internal server error

## Changes

- **2026-03-16** `dbab3b96efd1` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/lpagent/apis/lp-agent-open-api/changes/position/decrease-quotes/post.md)

---

[API](https://skmtc.dev/lpagent/apis/lp-agent-open-api.md) · [All operations](https://skmtc.dev/lpagent/apis/lp-agent-open-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/lpagent/lp-agent-open-api/revisions/f90fd69d221b/schema)
