For the complete documentation index, see llms.txt. This page is also available as Markdown.
Page cover

Welcome!

Sigrex is a trading automation platform that sits between your ideas and the market.

It provides a complete toolkit to generate, process, and execute trades across major CEXs, Uniswap (native Web3), and Polymarket (beta). Whether you want to use it as a pure execution engine, a signal generator, or a completely autonomous trading system, Sigrex adapts to your workflow.

🌐 Supported Exchanges
Exchange
Type
Spot
Futures
More
API ID

Alpaca

CEX

No Paper trading

Spot: 1

Binance

CEX

USD-M only

Spot: 2

Futures: 3

Bitget

CEX

USD-M only

Spot: 13

Futures: 14

MEXC

CEX

USD-M only

Spot: 4

Futures: 16

Gate.io

CEX

USD-M only

Spot: 8

Futures: 9

Kraken

CEX

Spot: 6

Futures: 7

Hyperliquid

CEX

USDC only

Spot: 11

Futures: 12

Uniswap

DEX

Polygon, Arbitrum

Spot: 10

Polymarket

PREDICTION

Spot: 15

Outcome.xyz

PREDICTION

Spot: 17

🤖 Supported LLM Provider
Provider
API ID

Google Gemini

1

OpenAI

2

DeepSeek

3

Claude

4

Mistral

5

Cohere

6

Grok (xAI)

7

Alibaba Cloud (Qwen)

8

Perplexity (suspended)

9 (suspended)

Moonshot AI (Kimi)

10

Z.ai

11

MiniMax

12

Nvidia

13

Nous Research

14

OpenRouter

15

Groq

17

Cerebras

18

SiliconFlow

19

Sambanova

20

A few things you can do

  • ⚡️ Execute from Anywhere: Send orders from TradingView, your own custom scripts, or external bots, and let Sigrex handle the execution.

  • 🤖 Deploy AI Agents: Let AI agents generate reports or trade directly for you.

  • ⚙️ Generate Signals: Build and run strategies for signal generation natively inside Sigrex.

  • 🔗 Build Event-Driven Reactions: Create workflows that respond instantly to any incoming data.

  • 🤝 Collaborate & Share: Split the exact same orders or events seamlessly across multiple users and friends.

How it works

The system is organized into clear, flexible layers to give you deep customization.

Simple Strategies run on their own:

  • Code Strategies — Write sandboxed JavaScript equipped with rich helper functions and HTTP request capabilities. Because they have full access to the Sigrex API, a single strategy can even manage your other strategies.

  • LLM Sessions — Periodically running AI agents. You control the prompts and equip the LLM with powerful tools so it can analyze, decide, trade autonomously and even manage your other strategies.

Reaction Strategies (Code or LLM) don’t run by themselves. They wait for an event. Any HTTP payload you send to a Data Hook becomes an event. You can even share that Data Hook with friends so multiple people can react to the same incoming data.

Everything eventually flows into the Bot Hook, which routes the final signals to your Signal Bots that execute on the exchanges.

This design makes Sigrex extremely flexible: pure execution layer, fully autonomous agents, event-driven workflows, multi-user collaboration, and deep customization through both code and AI.

What's Next?

Happy building! 🛠️

Last updated