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

const raijinLabsLucidAi = new RaijinLabsLucidAi();

async function run() {
  const result = await raijinLabsLucidAi.payments.lucidGetSupportedChains();

  console.log(result);
}

run();
{
  "success": true,
  "chains": [
    {
      "chain": "<string>",
      "tokens": [
        "<string>"
      ]
    }
  ]
}

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_...)

Response

Supported chains

success
boolean
required
chains
object[]
required