---
title: "Get Estimated Swap Output Amount"
method: GET
path: "/api/v1/web3/dex/swap/estimate"
tags: ["DeX Swap"]
---

# Get Estimated Swap Output Amount

`GET /api/v1/web3/dex/swap/estimate`

Estimate the swap output amount

## Query parameters

- `tokenIn` string, required
- `tokenOut` string, required
- `enteredAmount` string, required
- `chain` string, required
- `slippagePerc` number
- `exactIn` boolean
- `chainId` number

## Response `200`

Successful Response

- DeXSwapEstimateResponseVo
  - `statusCode` number
  - `message` string
  - `data` object
    - `amountIn` string — Token amount used for swap from
    - `amountOut` string — Token amount expected to receive from swap
    - `minOut` string — Minimum amount received from the swap

## Other responses

- `401` — Unauthorized
- `403` — Forbidden Resources

---

[API](https://skmtc.net/securo/apis/securo-api-2.md) · [All operations](https://skmtc.net/securo/apis/securo-api-2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/securo/securo-api-2/versions/03fc70fdf6ad/schema)
