AltF API & Widgets is a read-only console for AltFTool's public HTTP endpoints: you send a GET request to /api/signals, /api/signals?sort=volume or /api/health, read the raw JSON response on the page, and copy a matching cURL or fetch snippet. There are no write endpoints, no API keys and no authentication - these are public read routes, and they are rate limited per client.
| Status | Working |
|---|---|
| Price | Free, no sign-in required |
| Where the work happens | Browser requests to AltFTool's public read API |
| What you provide | Nothing. Choose an endpoint and send. |
| Data handling | API requests follow the privacy policy of each endpoint |
| Capabilities listed | 3 (Live API tester, Copyable examples, Developer utilities) |
| Tools linked from this page | 4 |
Your browser calls AltFTool's own public API routes directly. Responses are rendered as-is, with no proxy and no stored request history.
All of them are unauthenticated GET requests.
Try a read-only endpoint, inspect its JSON response, and copy a request example.
Response will appear here.