---
title: "Get the in-progress swap"
method: GET
path: "/api/swap/in-progress"
tags: ["Swap"]
---

# Get the in-progress swap

`GET /api/swap/in-progress`

Returns the merchant's currently in-progress swap (status is `INITIATED`, `PENDING`, or `PROCESSING` on the wire — internal states are collapsed) along with a 1-indexed `step` / `totalSteps` projection, or `null` if none is in progress.

## Response `200`

In-progress swap snapshot, or null

- ApiInProgressSwapDto
  - `id` string, required
  - `fromCurrency` 'USDC' | 'EURC', required
  - `toCurrency` 'USDC' | 'EURC', required
  - `amountInCents` number, required — Source amount in cents
  - `context` 'bridge' | 'privy', nullable
  - `step` number, required — Current step (1-indexed) within the pipeline.
  - `totalSteps` number, required — Total steps in the pipeline (2 for Privy, 3 for Bridge).
  - `createdAt` string, date-time, required
  - `updatedAt` string, date-time, required

## Other responses

- `401` — Unauthorized - Invalid API key

---

[API](https://skmtc.dev/inflowpay/apis/inflow-api.md) · [All operations](https://skmtc.dev/inflowpay/apis/inflow-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/inflowpay/inflow-api/revisions/3012dd3dd14a/schema)
