// getting started
Sign up for a free account at /auth/signup. Run your first analysis from /analysis. Add a position from /portfolio. Set an alert. The first 3 analyses every day are free.
Concepts, conventions, and API reference. Pragmatic — read what you need.
Bearer-authenticated REST. Pro tier only. Generate a key at /settings.
curl -X POST https://www.sellsignal.app/api/v1/analysis \
-H "Authorization: Bearer $SS_KEY" \
-H "Content-Type: application/json" \
-d '{
"type": "exit_plan",
"symbol": "BTC",
"position": { "entryPrice": 62000, "quantity": 1.0 }
}'Full reference at /docs/api. Rate limit: 100 req / min per key.