---
title: "Get logs for LP positions"
method: GET
path: "/lp-positions/logs"
tags: ["Positions"]
---

# Get logs for LP positions

`GET /lp-positions/logs`

Retrieves transaction logs for liquidity pool positions. Can fetch logs for a specific position or for all positions of an owner.

## Query parameters

- `position` string
- `chain` string
- `owner` string

## Response `200`

Successfully retrieved position logs

- object
  - `status` string
  - `count` integer — Total number of logs
  - `data` object[]
    - `owner` string — Position owner wallet address
    - `action` string — Type of action performed
    - `amount0` string — Amount of token0 involved in the transaction
    - `amount1` string — Amount of token1 involved in the transaction
    - `decimal0` integer — Decimal places for token0
    - `decimal1` integer — Decimal places for token1
    - `price0` string — Price of token0 at time of transaction
    - `price1` string — Price of token1 at time of transaction
    - `timestamp` string, date-time — Transaction timestamp
    - `nativePrice` string, nullable — Price in native currency (SOL)
    - `strategyType` string, nullable — Strategy type used for the position
    - `tickUpper` integer, nullable — Upper tick boundary
    - `tickLower` integer, nullable — Lower tick boundary
    - `bps` integer, nullable — Basis points for fee calculation
    - `logo0` string, nullable — Logo URL for token0
    - `logo1` string, nullable — Logo URL for token1

## Other responses

- `400` — Bad request - position or owner parameter is required
- `500` — Internal server error

## Changes

- **2026-03-13** `01ba8b88e187` — 2 info
  - api tag `Positions` added
  - api tag `positions` removed
- **2026-03-13** `23fdd2328560` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/lpagent/apis/lp-agent-open-api/changes/lp-positions/logs/get.md)

---

[API](https://skmtc.dev/lpagent/apis/lp-agent-open-api.md) · [All operations](https://skmtc.dev/lpagent/apis/lp-agent-open-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/lpagent/lp-agent-open-api/revisions/f90fd69d221b/schema)
