# Get Pool Liquidity

## Get Pool Liquidity

<mark style="color:blue;">`GET`</mark> `endpoint/liquidityPools`

#### Path Parameters

| Name                                      | Type   | Description                                     |
| ----------------------------------------- | ------ | ----------------------------------------------- |
| chainId<mark style="color:red;">\*</mark> |        | Chain ID of pools                               |
| symbol                                    | String | Symbol name of pool token (e.g., USDC/USDT/ETH) |

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

```json
{
    "isSuccess": true,
    "data": {
        "USDC": {
            "tokenAddress": "0x3355df6D4c9C3035724Fd0e3914dE96A5a83aaf4",
            "liquidityAmount": "97.72524912"
        }
    }
}
```

{% endtab %}
{% endtabs %}
