API Documentation
Interactive API documentation for the Crypto Intelligence Platform
Authentication
Most endpoints require authentication via Clerk JWT token. Include the token in the Authorization header as: Bearer YOUR_JWT_TOKEN
Rate Limiting
API endpoints are rate limited to prevent abuse. If you exceed the rate limit, you'll receive a 429 status code. Please implement exponential backoff in your client.