Download OpenAPI specification:
Public API endpoints for Sharkpool and Sharklabs data. Rate limit 1req/s, 45req/min
Get aggregated blockchain metrics including Solana price, TPS, SharkSOL APY, pool amount, and epoch progress
{- "epoch": 0,
- "epochProgress": 0,
- "poolAmount": 0,
- "remainingTime": 0,
- "sharkSolApy": 0,
- "solanaPrice": 0,
- "transactionsPerSecond": 0
}Get current stake amount for a validator by their vote address
| voteAddress required | string Validator vote address |
{- "currentStake": 0,
- "stakeHistory": [
- {
- "stakeAmount": 0,
- "time": "string"
}
], - "voteAddress": "string"
}