---
title: "Get list of active farms"
method: GET
path: "/farms"
tags: ["Farms"]
---

# Get list of active farms

`GET /farms`

## Headers

- `x-api-key` string, required

## Response `200`

Successful response

- Farm[]
  - `id` integer, required — SaucerSwap farm id
  - `poolId` integer, required — SaucerSwap pool id
  - `sauceEmissions` number, float, required — The amount of SAUCE emitted per second to the pool if the farm exists
  - `hbarEmissions` number, float, required — The amount of HBAR emitted per second to the pool if the farm exists
  - `totalStaked` string, required — Total staked LP amount in its smallest unit

---

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