TradeClaw

Open-source AI market intelligence for traders who prefer evidence over noise.

Self-hosted by default

Product

  • Dashboard
  • Screener
  • Backtest
  • Track record
  • Live demo

Transparency

  • What we tested and killed
  • Methodology
  • Why long-term
  • Open data
  • Calibration

Resources

  • Blog
  • Docs
  • API reference
  • How it works
  • FAQ
  • Glossary

Community

  • Discord
  • Weekly digest
  • Contribute
  • Contributors
  • Sponsors

Open source

  • GitHub repo
  • Star history
  • Self-host guide
  • Security
  • Data freshness
  • Roadmap

© 2026 TradeClaw. MIT licensed.

Terms|Privacy|Trading involves risk. Signals are informational only and are not financial advice.
DashboardScreenerCopilotTrack Record
Back to TradeClaw

Exchange execution status

TradeClaw does not currently provide a generic exchange connector or a browser-based credential flow.

Not implemented

Generic exchange connections

The public API returns an empty exchange list. Connection attempts return HTTP 501 and do not process or store credentials.

Do not submit exchange keys to this page.

Implemented execution path

The repository contains a server-side Binance futures executor. Its runtime availability depends on operator configuration and cannot be verified from this public page.

Venue
Binance USD-M Futures
Strategy scope
hmm-top3 executor
Configuration
Server environment variables
Default write mode
Disabled
Order writes are gated by EXECUTION_MODE, which defaults to disabled in the Docker configuration.

Public endpoint behavior

GET /api/exchanges - empty list, status not-implemented
POST /api/exchanges - HTTP 501, credentials not processed

Inspect the executor and its safety gates in the source before configuring a self-hosted instance.

View source