API Documentation

Platinum

Access 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 Platinum

Authentication

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

CodeDescription
401Invalid or missing API key
403Endpoint requires higher tier (e.g. Platinum)
429Rate limit exceeded (100 req/min per key)
500Internal server error