---
title: "Get available liquidity for a specific pool type on a chain"
method: GET
path: "/liquidity/pools/{poolType}"
tags: ["Liquidity"]
---

# Get available liquidity for a specific pool type on a chain

`GET /liquidity/pools/{poolType}`

Returns the pool address and available balance for the requested chain and token

## Path parameters

- `poolType` 'aave' | 'aave_v2' | 'usdc' | 'usdc_v2' | 'aave_long_term' | 'aave_long_term_v2', required

## Query parameters

- `chain` string, required
- `tokenSymbol` string, required

## Response `200`

Successfully retrieved available liquidity

- LiquidityAvailableLiquidityResponse
  - `data` LiquidityPoolLiquidity, required
    - `address` string, required
    - `balance` string, required

## Other responses

- `400` — Bad request due to invalid input or missing parameters
- `500` — Internal server error

## Changes

> 9 revisions in range; 1 could not be searched.

- **2026-06-12** `d6850bb00581` — 1 info
  - the endpoint scheme security `ApiKeyAuth` was added to the API
- **2026-04-02** `ce8ff009580d` — 1 info
  - the endpoint scheme security `ApiKeyAuth` was removed from the API
- **2026-03-24** `a09cd74d2a58` — 2 info
  - the endpoint scheme security `ApiKeyAuth` was added to the API
  - the endpoint scheme security `ApiKeyAuth.` was removed from the API

[Change history](https://skmtc.dev/sprintertech/apis/untitled-api/changes/liquidity/pools/:poolType/get.md)

---

[API](https://skmtc.dev/sprintertech/apis/untitled-api.md) · [All operations](https://skmtc.dev/sprintertech/apis/untitled-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/sprintertech/untitled-api/revisions/1713381f8993/schema)
