Prerequisites
Before you begin, make sure you have:- An ELUUP AI account
- An API key from your account settings
- Node.js 18+ or Python 3.9+ installed locally
Step 1: Get your API key
- Log in to app.eluup.ai
- Navigate to Settings > API Keys
- Click Generate Key and copy the value
- Store it securely (you will not see it again)
Step 2: Install the SDK
Choose your preferred language and install the ELUUP AI SDK.Step 3: Authenticate
Verify your API key is working by calling the account endpoint. All requests require anAuthorization: Bearer <API_KEY> header.
Step 4: Fetch your first trading signal
Request a buy or sell signal for tokens on Base chain (chain ID 8453).Step 5: Deploy your first agent
Create an autonomous agent that listens for signals and trades automatically with built-in risk management.Next steps
Your agent is now live and monitoring signals. Explore these guides to go deeper:Agents Guide
Learn how to configure strategies and monitor performance.
API Reference
Explore all endpoints for signals, trades, and wallets.
MCP Server
Integrate ELUUP AI with MCP-compatible AI agents.