Get Stake Info
Staking
Get Stake Info
Read details of a specific stake position
GET
Get Stake Info
Returns the principal, start time, lock duration, reward percent, and active flag for a specific stake. Indexes are 0-based and correspond to creation order; use
/stake-count to find the highest valid index.
If the index doesn’t exist for this customer, the endpoint returns zeros and active: false rather than an error.
Query Parameters
string
required
Your unique identifier for this customer
integer
required
0-based index of the stake position
Response
string
Principal locked in the stake
string
Unix timestamp (seconds) when the stake was created
string
Configured lock period in seconds
number
Reward percent earned at full lock period
boolean
true if the stake is still locked; false once unstaked