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 Stake

Endpoint: GET ​/api​/v1​/{network}​/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

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

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

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

Get Delegator APR

Endpoint: GET ​/api​/v1​/{network}​/data​/delegator/apy

Description: Utilize this endpoint to understand the APR (Annual Percentage Rate) associated with the delegator. Regularly check APR data for insights into the delegator's long-term performance.

What's Next?