v1

latestOpenAPI 3.0.42026-07-26432241.7 KB
Farms

Get LP token amounts in farms by account id

get/farms/totals/{accountId}

Path parameters

accountIdstring required
Example:0.0.12345

Hedera account id (shard.realm.num)

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

farmIdinteger required

SaucerSwap farm id

poolIdinteger required

SaucerSwap pool id

accountIdstring required

Hedera account id (shard.realm.num)

timestampnumber float required

Timestamp in unix seconds.nano

stakedstring required

Staked LP amount in its smallest unit

Example response

[
  {
    "farmId": 14,
    "poolId": 35,
    "accountId": "0.0.12345",
    "staked": "95533844"
  }
]
All 43 operations