# Get Pool

<mark style="color:blue;">`GET`</mark> `https://illumigate.swivel.exchange/v1/pools/:address`

This endpoint allows you to request a specific pool.

#### Path Parameters

| Name                                      | Type   | Description       |
| ----------------------------------------- | ------ | ----------------- |
| address<mark style="color:red;">\*</mark> | string | The pool address. |

{% tabs %}
{% tab title="200: OK " %}

```javascript
{
    // Response
}
```

{% endtab %}
{% endtabs %}
