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