API Documentation
PlatinumAccess all BTC FlowWatch data programmatically. The API is exclusive to Platinum subscribers.
🔒
Platinum required
All API endpoints are exclusive to Platinum subscribers. Upgrade now to generate API keys and fetch all data programmatically.
Upgrade to PlatinumAuthentication
Every Platinum user gets an API key. Send it in the X-API-Key header with every request.
curl -H "X-API-Key: fw_your_key_here" "https://flowwatch.coinator.eu/api/flows/..."
Rate limit: 100 requests/minute per key
Base URL
https://flowwatch.coinator.eu
Endpoints
Error Codes
| Code | Description |
|---|---|
| 401 | Invalid or missing API key |
| 403 | Endpoint requires higher tier (e.g. Platinum) |
| 429 | Rate limit exceeded (100 req/min per key) |
| 500 | Internal server error |