---
title: "Stream available liquidity updates via SSE"
method: GET
path: "/liquidity/pools/events"
tags: ["Liquidity"]
---

# Stream available liquidity updates via SSE

`GET /liquidity/pools/events`

Opens a Server-Sent Events stream that pushes liquidity updates
whenever a reservation is created, replaced, or deleted.
All query parameters are optional filters.

## Query parameters

- `poolType` 'aave' | 'aave_v2' | 'usdc' | 'usdc_v2' | 'aave_long_term' | 'aave_long_term_v2'
- `chain` string
- `tokenSymbol` string

## Response `200`

SSE stream of LiquidityEvent objects

## Changes

- **2026-03-24** `a09cd74d2a58` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/sprintertech/apis/untitled-api/changes/liquidity/pools/events/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/2a8a11e2dda0/schema)
