v1
latestOpenAPI 3.0.42026-07-26432241.7 KBSaucerSwap V2
Get the LARI rewards for the current epoch by account id
get/v2/rewards/account/{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
[
{
"poolId": 3,
"tokenId": "0.0.731861",
"reward": 8.658995217249792,
"timestampSeconds": 1750971600
}
]