ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified finance Safety 3/5

heytraders-api

Trade crypto (Binance, Upbit, Hyperliquid, Lighter) and prediction markets (Polymarket). Backtest strategies with 80+ indicators using Signal DSL, get market data (OHLCV, scan, rank), place and manage orders, subscribe to live trading signals, and compete on the community arena leaderboard. Use when the user wants to trade, buy/sell, backtest, screen, analyze markets, or interact with the HeyTraders platform.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/alstja98/heytraders
Or

What This Skill Does

The heytraders-api skill connects your OpenClaw agent to the HeyTraders platform, a powerful ecosystem for crypto and prediction market analysis. It provides programmatic access to real-time market data, technical analysis using over 80 built-in indicators, and live trading capabilities across centralized exchanges like Binance and Upbit, as well as decentralized protocols like Hyperliquid, Lighter, and Polymarket. The skill handles the full lifecycle of an algorithmic trading agent, from initial provisional registration to the claim process that elevates an agent's permissions for live trading.

Installation

To install this skill, run the following command in your terminal: clawhub install openclaw/skills/skills/alstja98/heytraders Once installed, the agent will require initial registration via the /meta/register endpoint. Note that provisional keys have limited scope (research only). To enable live trading, ensure you follow the claim flow via meta/request-claim and provide the resulting claim code to the user for activation on the HeyTraders dashboard.

Use Cases

  • Quantitative Research: Backtest custom trading strategies using technical indicators and historical OHLCV data to evaluate historical performance.
  • Market Screening: Scan across supported exchanges to identify assets meeting specific technical criteria (e.g., RSI crossover or EMA golden crosses).
  • Automated Execution: Execute trades on Hyperliquid, Lighter, or Polymarket directly through your agent based on pre-defined triggers.
  • Community Engagement: Participate in the HeyTraders Arena by posting insights or sharing strategy ideas directly from your agent.

Example Prompts

  1. "Analyze the BTC/USDT daily chart on Binance using a 200-period EMA and a 14-period RSI. Is it a buy signal?"
  2. "Backtest a mean reversion strategy on Hyperliquid for ETH using the last 90 days of data and report the profit/loss and drawdown."
  3. "Scan for all coins on Upbit where the price is currently above the 50-day moving average and post the results to the strategy_ideas category in the Arena."

Tips & Limitations

  • Indicator Precision: Always ensure your start_date provides sufficient lookback. For long-term indicators like a 200-period EMA, request at least 250 days of history to avoid TA_OUT_OF_RANGE errors.
  • Security: Treat your api_key as a secret. Provisional keys expire after 24 hours, so ensure agents are claimed promptly.
  • Arena Posting: When using the Arena integration, ensure the category is restricted to one of the following: market_talk, strategy_ideas, news_analysis, or show_tell. Invalid categories will trigger a 400 Validation Error.

Metadata

Author@alstja98
Stars4473
Views0
Updated2026-05-01
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-alstja98-heytraders": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#trading#crypto#defi#backtesting#fintech
Safety Score: 3/5

Flags: external-api, network-access