API
Developer API Documentation
User's wallet address for authentication.
Payload for creating a new agent.
The UUID of the agent type to create.
Name for the new agent.
Optional description for the agent.
Agent created successfully. Returns the new agent object.
Bad Request - Missing required fields or invalid data.
Unauthorized - Authentication failed.
Not Found - The specified agent_type_id does not exist.
Internal Server Error.
User's wallet address for authentication.
ID of the agent to retrieve.
Details of the specified agent.
Agent not found.
Internal Server Error.
User's wallet address for authentication.
ID of the agent to run.
Agent run initiated or completed. Response structure depends on the agent.
Bad Request.
Unauthorized.
Agent not found.
Internal Server Error.
User's wallet address for authentication.
The contract address of the token.
0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2The hexadecimal chain ID (e.g., '0x1' for Ethereum).
0x1Specific analyses to run (e.g., 'volume_stats', 'ai_summary').
["general_ai_info","volume_stats"]The DEX pair address if requesting pair-specific stats.
0xb4e16d0168e52d35cacd2c6185b44281ec28c9dcSuccessful analysis. Returns a detailed report.
Bad Request.
Unauthorized.
Internal Server Error.
User's wallet address for authentication.
Summary statistics for the authenticated user.
Unauthorized.
Internal Server Error.
User's wallet address for authentication.
Array of daily activity data.
Unauthorized.
Internal Server Error.
User's wallet address for authentication.
Number of recent activities to fetch.
5A list of recent activities.
Invalid limit parameter.
Unauthorized.
Internal Server Error.
User's wallet address for authentication.
Number of updates to fetch.
3A list of platform updates.
Internal Server Error.
Last updated

