Get LP token amounts in farms by account id
Farms
REST API: Farm LP totals by account
Retrieve the LP token amounts a Hedera account has staked in each SaucerSwap farm, with farm id, pool id, and the timestamp of the latest update.
GET
Get LP token amounts in farms by account id
Authorizations
API key provisioned by the SaucerSwap team. Request one from [email protected] and send it in the x-api-key header with every request.
Headers
API key for authentication. Request a key from [email protected].
Example:
"YOUR_API_KEY"
Path Parameters
Hedera account id (shard.realm.num)
Example:
"0.0.12345"
Response
200 - application/json
Successful response
SaucerSwap farm id
Example:
14
SaucerSwap pool id
Example:
35
Hedera account id (shard.realm.num)
Example:
"0.0.12345"
Timestamp in unix seconds.nano
Example:
"1682469351.387795003"
Staked LP amount in its smallest unit
Example:
"95533844"