TypeScript
import { RaijinLabsLucidAi } from "raijin-labs-lucid-ai"; const raijinLabsLucidAi = new RaijinLabsLucidAi(); async function run() { const result = await raijinLabsLucidAi.chains.lucidGetChainStatus({ chainId: "<id>", }); console.log(result); } run();
{ "success": true, "chain": { "chainId": "<string>", "name": "<string>", "type": "evm", "connected": true, "evmChainId": 123, "testnet": true, "explorer": "<string>", "erc8004": { "identityRegistry": "<string>", "validationRegistry": "<string>", "reputationRegistry": "<string>" }, "account": "<string>" } }
Get detailed status for a specific chain including account address.
Documentation IndexFetch the complete documentation index at: https://docs.lucid.foundation/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.lucid.foundation/llms.txt
Use this file to discover all available pages before exploring further.
Lucid API key (lk_live_... or lk_test_...)
Chain identifier (e.g. base, ethereum, solana-devnet)
OK
Show child attributes