v1

latestOpenAPI 3.1.02026-07-2612501.4 MB

GetConfigForkSchedule

Get scheduled upcoming forks. Retrieve all forks, past present and future, of which this node is aware.

get/{apiKey}/eth/v1/config/fork_schedule

Path parameters

apiKeystring required
<style> .custom-style { color: #048FF4; } </style>

For higher throughput, please <span class="custom-style"><a href="../docs/quick-start-guide#-creating-your-api-key-on-the-zan-platform" target="_blank">create your own API key</a></span>.

Response

A fork schedule.

Example response

{
  "data": [
    {
      "previous_version": "0x00000000",
      "current_version": "0x00000000",
      "epoch": "1"
    }
  ]
}