GET
/
farms
/
totals
/
{accountId}
curl --request GET \
  --url https://api.saucerswap.finance/farms/totals/{accountId} \
  --header 'x-api-key: <x-api-key>'
[
  {
    "farmId": 14,
    "poolId": 35,
    "accountId": "0.0.12345",
    "timestamp": "1682469351.387795003",
    "staked": "95533844"
  }
]
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.

Path Parameters

accountId
string
required

Hedera account id (shard.realm.num)

Example:

"0.0.12345"

Response

200 - application/json

Successful response

The response is of type object[].