---
title: "Get reward split member"
method: GET
path: "/v1/rewards/split/{baker}/{cycle}/{member}"
tags: ["Rewards"]
---

# Get reward split member

`GET /v1/rewards/split/{baker}/{cycle}/{member}`

Returns delegator/staker from the reward split for the specified cycle.

## Path parameters

- `baker` string, required
- `cycle` integer, required
- `member` string, required

## Response `200`

- SplitMember
  - `address` string, required — Address of the delegator
  - `delegatedBalance` integer — Amount delegated to the baker at the snapshot time (micro tez). This amount doesn't include staked amount.
  - `stakedPseudotokens` string, nullable — Amount of staked pseudotokens at the snapshot time, representing staker's share within the baker's `externalStakedBalance`.
  - `stakedBalance` integer — Estimated amount staked to the baker at the snapshot time (micro tez). It's computed on-the-fly as `externalStakedBalance * stakedPseudotokens / issuedPseudotokens`.
  - `emptied` boolean — Indicates whether the delegator is emptied (at the moment, not at the snapshot time). Emptied accounts (users with zero balance) should be re-allocated, so if you make payment to the emptied account you will pay allocation fee.

---

[API](https://skmtc.dev/tzkt/apis/tzkt-api.md) · [All operations](https://skmtc.dev/tzkt/apis/tzkt-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/tzkt/tzkt-api/revisions/a2e2aba5e534/schema)
