Skip to main content
GET
Get the LARI rewards for the current epoch by account id

Authorizations

x-api-key
string
header
required

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

x-api-key
string
required

API key for authentication. Request a key from [email protected].

Example:

"YOUR_API_KEY"

Path Parameters

accountId
string
required

Hedera account id (shard.realm.num)

Example:

"0.0.12345"

Response

200 - application/json

Successful response

poolId
integer
required

Pool id

Example:

3

timestampSeconds
integer
required

Timestamp in unix seconds

Example:

1750971600

tokenId
string

Token id (shard.realm.num)

Example:

"0.0.731861"

reward
number<float>

Estimated accrued token reward for the current epoch, updated hourly

Example:

8.658995217249792

isFinal
boolean

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

Example:

false