---
title: "Get the LARI rewards for the current epoch by account id"
method: GET
path: "/v2/rewards/account/{accountId}"
tags: ["SaucerSwap V2"]
---

# Get the LARI rewards for the current epoch by account id

`GET /v2/rewards/account/{accountId}`

## Path parameters

- `accountId` string, required

## Headers

- `x-api-key` string, required

## Response `200`

Successful response

- LariData[]
  - `poolId` integer, required — Pool id
  - `tokenId` string — Token id (shard.realm.num)
  - `reward` number, float — Estimated accrued token reward for the current epoch, updated hourly
  - `timestampSeconds` integer, required — Timestamp in unix seconds
  - `isFinal` boolean — Indicates whether the epoch has concluded. Returns `true` if the epoch is complete

---

[API](https://skmtc.net/saucerswap/apis/saucerswap-rest-api.md) · [All operations](https://skmtc.net/saucerswap/apis/saucerswap-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/saucerswap/saucerswap-rest-api/revisions/6c4d55a0e793/schema)
