> ## Documentation Index
> Fetch the complete documentation index at: https://docs.p2p.org/llms.txt
> Use this file to discover all available pages before exploring further.

# Delegator

> Staking Data API provides methods to retrieve essential information about delegators within the network. These endpoints offer insights into a delegator's current stake, rewards received, Annual Percentage Yield (APY), associated fees, and other information.

## Methods

### Get Delegator Summary

**Endpoint:** [GET ​/api/v1/\{network}/data/delegator/summary](/reference/data-delegator-summary)

**Description:** Utilize this endpoint to obtain the basic general information about a delegator for the period, such as a list of rewards earned by the delegator, the current stake and APY associated with the delegator.

### Get Delegator Stake

**Endpoint:** [GET ​/api​/v1​/\{network}​/data​/delegator​/stakes](/reference/data-delegator-stakes)

**Description:** Utilize this endpoint to monitor the current stake of a delegator. Regularly check the stake data to assess the delegator's commitment and participation in the network.

### Get Delegator Rewards

**Endpoint:** [GET ​/api​/v1​/\{network}​/data​/delegator/rewards](/reference/data-delegator-rewards)

**Description:** Utilize this endpoint to track the rewards earned by the delegator. Monitor reward data to assess the delegator's performance and profitability.

### Get Delegator APY

**Endpoint:** [GET ​/api​/v1​/\{network}​/data​/delegator/apy](/reference/data-delegator-apy)

**Description:** Utilize this endpoint to understand the APY associated with the delegator. Regularly check APY data for insights into the delegator's long-term performance.

### Get Total Delegator Rewards

**Endpoint:** [GET ​/api​/v1​/\{network}/data/delegator/total-rewards](/reference/data-delegator-total-rewards)

**Description:** Utilize this endpoint to track the total rewards earned by the delegator.


## Related topics

- [Network Data API](/docs/network.md)
- [Validator Data API](/docs/validator.md)
