v1
latestOpenAPI 3.0.42026-07-26432241.7 KBFarms
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
Example response
[
{
"farmId": 14,
"poolId": 35,
"accountId": "0.0.12345",
"staked": "95533844"
}
]