droyd_chat
Chat with AI agents for cryptocurrency research, trading analysis, market data queries, and general assistance through multi-turn conversations.
Instructions
Chat with a DROYD AI agent. Supports multi-turn conversations.
Agent Types:
research - Deep research on crypto projects, trends, and market analysis
trading - Trading signals, momentum analysis, entry/exit recommendations
data - Market data queries, on-chain metrics, project statistics
chat - General conversational assistant
agent - Full capabilities with all tools
Multi-turn Conversations:
Include the conversation_uuid from a previous response to continue the conversation.
Examples:
Start new chat: { "message": "What are the top DeFi trends?" }
Continue conversation: { "message": "Tell me more about the first one", "conversation_uuid": "abc-123" }
Trading analysis: { "message": "Analyze SOL momentum", "agent_type": "trading" }
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| message | Yes | Message to send to the agent (max 10,000 chars) | |
| agent_type | No | Type of agent: research, trading, data, chat, or agent | trading |
| conversation_uuid | No | UUID to continue an existing conversation | |
| attached_content | No | Additional context to attach (max 50,000 chars) |