---
title: "Obtener un swap"
method: GET
path: "/swaps/{id}"
tags: ["swaps"]
---

# Obtener un swap

`GET /swaps/{id}`

## Path parameters

- `id` string, required

## Headers

- `X-SECRET-KEY` string, required

## Response `200`

Swap

- Swap
  - `id` string
  - `status` 'pending' | 'in_review' | 'processing' | 'rejected' | 'sent' | 'failed' | 'completed'
  - `source_currency` string
  - `source_amount` integer — Monto origen en la unidad mínima de la moneda
  - `destination_currency` 'USDC' | 'USDT' | 'USAT' | 'XAUT' | 'PYUSD'
  - `destination_amount` integer
  - `exchange_rate` number, double
  - `chain` string
  - `recipient_address` string, nullable
  - `created_at` string, date-time

---

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