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

# Stream available liquidity updates via SSE

`GET /liquidity/protocol/{protocol}/events`

Opens a Server-Sent Events stream that pushes a **LiquidityEvent** whenever a pool's available liquidity changes and a **FeeEvent** whenever a route fee updates. Current fee and liquidity state is pushed immediately on a new connection. Liquidity events fire when a reservation is created, increased, or deleted; duration-only extensions do not trigger an event.

## Path parameters

- `protocol` string, required

## Response `200`

SSE stream of FeeEvent and LiquidityEvent objects

---

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