getEpochInfo
Last updated
Was this helpful?
Was this helpful?
// Result
{
"jsonrpc": "2.0",
"result": {
"absoluteSlot": 320140530,
"blockHeight": 298415408,
"epoch": 741,
"slotIndex": 28530,
"slotsInEpoch": 432000,
"transactionCount": 371783637194
},
"id": 1
}curl https://mainnet.solana.validationcloud.io/v1/<YOUR_API_KEY_HERE> \
-X POST \
-H "Content-Type: application/json" \
-d '{"jsonrpc":"2.0","id":1, "method":"getEpochInfo"}'
curl https://devnet.solana.validationcloud.io/v1/<YOUR_API_KEY_HERE> \
-X POST \
-H "Content-Type: application/json" \
-d '{"jsonrpc":"2.0","id":1, "method":"getEpochInfo"}'