v1

latestOpenAPI 3.0.42026-07-26432241.7 KB
Farms

Get list of active farms

get/farms

Headers

x-api-keystring required

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

Response

Successful response

idinteger required

SaucerSwap farm id

poolIdinteger required

SaucerSwap pool id

sauceEmissionsnumber float required

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

hbarEmissionsnumber float required

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

totalStakedstring required

Total staked LP amount in its smallest unit

Example response

[
  {
    "id": 14,
    "poolId": 35,
    "sauceEmissions": 2.3062,
    "hbarEmissions": 0.0103,
    "totalStaked": "955338445589"
  }
]