---
title: "Refresh + return a swap's on-chain status"
method: GET
path: "/swaps/{id}/status"
tags: ["Swaps"]
---

# Refresh + return a swap's on-chain status

`GET /swaps/{id}/status`

## Path parameters

- `id` string, required

## Response `200`

Latest status snapshot

- object
  - `id` string, required
  - `status` 'initiated' | 'completed' | 'failed' | 'unknown', required
  - `txHash` string
  - `amountOutActual` string
  - `failureReason` string

## Other responses

- `401` — Unauthorized — missing or invalid credentials
- `404` — Resource not found

---

[API](https://skmtc.net/overledger/apis/overledger-server.md) · [All operations](https://skmtc.net/overledger/apis/overledger-server/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/overledger/overledger-server/versions/dd31e0a52064/schema)
