TypeScript
import { RaijinLabsLucidAi } from "raijin-labs-lucid-ai"; const raijinLabsLucidAi = new RaijinLabsLucidAi(); async function run() { const result = await raijinLabsLucidAi.reputation.crosschain.lucidGetReputationBreakdown({ agentId: "<id>", }); console.log(result); } run();
{ "success": true, "agentId": "<string>", "chainCount": 123, "chains": [ { "chainId": "<string>", "score": 123, "feedbackCount": 123, "feedback": [ {} ] } ] }
Get per-chain reputation breakdown with feedback records.
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_...)
Agent identifier for per-chain reputation breakdown
Breakdown by chain
Show child attributes