Skip to main content
GET
/
slots
/
duration
Get median Solana slot duration
curl --request GET \
  --url https://api.kamino.finance/slots/duration
{
  "recentSlotDurationInMs": 400
}

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

recentSlotDurationInMs
number
required

Slot duration in milliseconds calculated from the median duration of the last 3 epoch slot durations

Example:

400