# Get Pools

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

This endpoint allows you to request a list of pools.

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

```javascript
{
  "address": "0xA7711623026dAcDfcB0471185C6E9331f50cabff",
  "underlying": "0x07865c6E87B9F70255377e024ace6630C1Eaa37F",
  "pt": "0xeB325a92EA85dA6fDE3150e1055D7Dc74b4dC276",
  "maturity": "1688085200",
  "created": 1671842352,
  "apy": "0.092813867560339144"
}
```

{% endtab %}
{% endtabs %}
