Skip to main content
GET
/
farms
Get list of active farms
curl --request GET \
  --url https://api.saucerswap.finance/farms \
  --header 'x-api-key: <x-api-key>'
[
  {
    "id": 14,
    "poolId": 35,
    "sauceEmissions": 2.3062,
    "hbarEmissions": 0.0103,
    "totalStaked": "955338445589"
  }
]
Hedera NetworkBase URL
Mainnethttps://api.saucerswap.finance
Testnethttps://test-api.saucerswap.finance
PreviewnetNot supported

Headers

x-api-key
string
default:875e1017-87b8-4b12-8301-6aa1f1aa073b
required

API key for authentication. The demo api key provided is globally rate limited. Do not use in production.

Response

200 - application/json

Successful response

id
integer
required

SaucerSwap farm id

Example:

14

poolId
integer
required

SaucerSwap pool id

Example:

35

sauceEmissions
number<float>
required

The amount of SAUCE emitted per second to the pool if the farm exists

Example:

2.3062

hbarEmissions
number<float>
required

The amount of HBAR emitted per second to the pool if the farm exists

Example:

0.0103

totalStaked
string
required

Total staked LP amount in its smallest unit

Example:

"955338445589"