Skip to main content
GET
/
epochs
Get Solana epochs metadata
curl --request GET \
  --url https://api.kamino.finance/epochs
[
  {
    "epoch": 678,
    "firstSlot": "123456789",
    "lastSlot": "123999999",
    "startBlockTime": "2025-03-01T12:00:00.000Z",
    "endBlockTime": "2025-03-01T12:00:00.000Z"
  }
]

Documentation Index

Fetch the complete documentation index at: https://kamino.com/docs/llms.txt

Use this file to discover all available pages before exploring further.

Response

OK

epoch
number
required

Epoch identifier

Example:

678

firstSlot
number
required

First slot number of the epoch

Example:

"123456789"

lastSlot
number
required

Last slot number of the epoch

Example:

"123999999"

startBlockTime
string<date-time>
required

UTC timestamp when the epoch started

Example:

"2025-03-01T12:00:00.000Z"

endBlockTime
string<date-time>
required

UTC timestamp when the epoch ended

Example:

"2025-03-01T12:00:00.000Z"