Integration Guide
For Wallets & Exchanges
// Fetch EQ Score for a wallet
const { eqScore, riskProfile } = await SOMNIA.getWalletAnalysis("0x...");
// Subscribe to real-time sentiment alerts
SOMNIA.subscribe("market-fear", (data) => {
console.log("Fear spike detected!", data);
}); For dApps & DeFi Protocols
Supported Chains
Last updated