Skip to main content
This guide walks you through your first ELUUP API request and deploying a trading agent in five minutes. You will get an API key, authenticate, fetch a live trading signal, and create an autonomous agent that trades on Base.

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

  1. Log in to app.eluup.ai
  2. Navigate to Settings > API Keys
  3. Click Generate Key and copy the value
  4. 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 an Authorization: Bearer <API_KEY> header.
Expected response:

Step 4: Fetch your first trading signal

Request a buy or sell signal for tokens on Base chain (chain ID 8453).
Expected response:

Step 5: Deploy your first agent

Create an autonomous agent that listens for signals and trades automatically with built-in risk management.
Expected response:
Start the agent to begin trading:

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.