---
title: "Get Clmm Position Events"
method: GET
path: "/gateway/clmm/positions/{position_address}/events"
tags: ["Gateway CLMM"]
---

# Get Clmm Position Events

`GET /gateway/clmm/positions/{position_address}/events`

Get event history for a CLMM position.

Args:
    position_address: Position NFT address
    event_type: Filter by event type (OPEN, ADD_LIQUIDITY, REMOVE_LIQUIDITY, COLLECT_FEES, CLOSE)
    limit: Max events to return

Returns:
    List of position events

## Path parameters

- `position_address` string, required

## Query parameters

- `event_type` string, nullable
- `limit` integer

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

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