API Reference
Agent Analysis Endpoints
Whale Analysis
POST /api/v1/agents/lyra/analyze HTTP/1.1
Content-Type: application/json
{
"wallet_addresses": ["address1", "address2"],
"analysis_depth": "comprehensive",
"real_time": true
}
Response:
{
"analysis_id": "uuid",
"status": "completed",
"results": {
"coordination_score": 0.85,
"risk_assessment": "moderate",
"whale_patterns": [],
"recommendations": []
},
"constitutional_validation": {
"bias_score": 0.05,
"confidence_interval": [0.80, 0.90]
}
}
Token Meta Analysis
POST /api/v1/agents/aria/analyze HTTP/1.1
Content-Type: application/json
{
"token_address": "DezXAZ8z7PnrnRJjz3wXBoRgixCa6xjnB7YaB1pPB263",
"include_social": true,
"analysis_type": "comprehensive"
}
CT Sentiment Analysis
POST /api/v1/agents/clara/analyze HTTP/1.1
Content-Type: application/json
{
"usernames": ["@cryptoinfluencer1", "@trader2"],
"sentiment_depth": "deep",
"include_network_analysis": true
}
Last updated