> For the complete documentation index, see [llms.txt](https://docs.illuminate.finance/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.illuminate.finance/illuminapi/get/get-pool.md).

# 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 %}
