π¨Other APIs
Here are some other APIs that BlazeStake offers!
Gets the average APY of BlazeStake over the past few epochs
{
"success": true,
"apy": ...
}Gets the number of validators in the BlazeStake standard delegation
{
"success": true,
"total": ...
}Gets the set of validators in the BlazeStake standard delegation
{
success: "true",
"vote_accounts": [...]
}Updates the stake pool at the beginning of the epoch from the TypeScript SDK
Query Parameters
Name
Type
Description
Last updated