---
title: "Get farms by LP mint"
method: GET
path: "/farms/info/lp"
tags: ["Farms"]
---

# Get farms by LP mint

`GET /farms/info/lp`

Search for farms by LP token stake address. Paginated. Cached 60 seconds.

## Query parameters

- `lp` string, required
- `pageSize` integer, required
- `page` integer, required

## Response `200`

Success

- object — Common response envelope. The `data` field is supplied by each endpoint's response schema via `allOf` and is therefore not declared on the base envelope.
  - `id` string, required — Request ID (UUID)
  - `success` boolean, required — Whether the request was successful
  - `msg` string — Error message if success is false
  - `data` FarmListResponse
    - `count` number
    - `data` FarmInfoItem[]
      - `id` string
      - `lpMint` string
      - `rewardMints` string[]
      - `apr` number
    - `hasNextPage` boolean

---

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