Creates an AI-enhanced summary of a wallet’s financial transactions, NFT activity, and behavioral insights, returning a hosted narrative URL.
Ethereum wallet address to analyze.
0xYourWalletAddressHere
Unique identifier for the user.
abc123-uid
POST /api/narrative/generate HTTP/1.1 Host: api-v2.idefi.ai Authorization: Bearer UID Content-Type: application/json Accept: */* Content-Length: 68 { "wallet_address": "0xYourWalletAddressHere", "user_uid": "abc123-uid" }
AI narrative created successfully.
{ "narrative_url": "https://idefi.ai/narratives/0xYourWalletAddressHere.html", "summary": "This wallet actively engages across Layer1 and Layer2 chains, with 400+ transactions and a strong NFT portfolio valued at $3,200." }