Loading...
Programmatic access to TradeClaw signals, paper trading, webhooks, and more. All endpoints return JSON. Public endpoints work without authentication — add an API key for higher rate limits.
Authentication
Public endpoints work without a key. Add an API key for rate-limited access (1,000 req/hour free). Pass as a query param or Authorization header. Get a free key →
# Query param curl "https://tradeclaw.win/api/signals?api_key=tc_live_YOUR_KEY" # Bearer header curl -H "Authorization: Bearer tc_live_YOUR_KEY" \ https://tradeclaw.win/api/signals