---
title: "List Swaps"
method: GET
path: "/swaps"
tags: ["Swaps"]
---

# List Swaps

`GET /swaps`

Lists the account's swaps. Currently returns the in-flight or most recent swap, so zero or one rows.

## Query parameters

- `account_id` string, required

## Response `200`

swaps listed

- object
  - `data` object[], required — Swaps returned for this account.
    - `account_id` string, required — Account ID that owns the wallet used for the swap.
    - `error` string, nullable — Latest error returned for a failed swap.
    - `id` string, required — Swap ID.
    - `object` 'swap', required
    - `status` string, required — Current swap status.
    - `tx_hashes` string[], required — On-chain transaction hashes produced by the swap.

## Other responses

- `403` — Forbidden

---

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