Skip to main content
POST
/
v1
/
epochs
Typescript (SDK)
import { RaijinLabsLucidAi } from "raijin-labs-lucid-ai";

const raijinLabsLucidAi = new RaijinLabsLucidAi();

async function run() {
  const result = await raijinLabsLucidAi.epochs.create({
    projectId: "proj_lucid_main",
  });

  console.log(result);
}

run();
{
  "success": true,
  "epoch": {
    "epoch_id": "epoch_2024_001",
    "mmr_root": "0000000000000000000000000000000000000000000000000000000000000000",
    "leaf_count": 0,
    "status": "open",
    "created_at": 1710288000
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.lucid.foundation/llms.txt

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

Authorizations

Authorization
string
header
required

Lucid API key (lk_live_... or lk_test_...)

Body

application/json
project_id
string

Response

Created

success
boolean
required
epoch
object
required