> ## Documentation Index
> Fetch the complete documentation index at: https://docs.juicyway.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Retrieve Swap Configuration

> Retrieve details of a specific swap configuration by its ID.

**Endpoint**

```json theme={null}
GET /exchange/swap-configurations/{id}
```

#### **Path Parameters:**

* **`id`** (string, required): Swap Configuration ID.

#### **Responses:**

* **`200`** - Swap Configuration Retrieved

  **Sample:**

```json theme={null}
{
  "data": {
    "id": "string",
    "order_type": "sell",
    "symbol": "string",
    "ttl": 0
  }
}
```

* 404 - Not Found
