v1

latestOpenAPI 3.0.42026-07-26432241.7 KB
SaucerSwap 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

poolIdinteger required

Pool id

tokenIdstring

Token id (shard.realm.num)

rewardnumber float

Estimated accrued token reward for the current epoch, updated hourly

timestampSecondsinteger required

Timestamp in unix seconds

isFinalboolean

Indicates whether the epoch has concluded. Returns true if the epoch is complete

Example response

[
  {
    "poolId": 3,
    "tokenId": "0.0.731861",
    "reward": 8.658995217249792,
    "timestampSeconds": 1750971600
  }
]