Overview
The Carbon Copy API follows REST conventions. All endpoints:- Accept and return JSON
- Use Bearer token authentication (API key or Privy JWT)
- Return consistent error envelopes
- Include rate limit headers on every response
https://carboncopy.newsVersion:
v1 (prefix: /api/v1)
Endpoint groups
| Group | Description |
|---|---|
| Health | Unauthenticated health check |
| Portfolio | Portfolio summary, trade history, open positions |
| Traders | Follow, configure, and manage copied traders |
| Orders | Inspect orders placed by your copy-trading bot |
| Account | Your Carbon Copy account info |
| Key Management | Create and revoke API keys (Privy JWT required) |
Authentication in the explorer
To try authenticated endpoints in the interactive explorer:- Click Authorize at the top of any endpoint
- Enter your API key as:
cc_your_key_here(noBearerprefix — the explorer adds it) - For Key Management endpoints, enter your Privy JWT instead