Skip to main content

Overview

The Carbon Copy API follows REST conventions. All endpoints: Base URL: https://carboncopy.news
Version: v1 (prefix: /api/v1)

Endpoint groups

GroupDescription
HealthUnauthenticated health check
PortfolioPortfolio summary, trade history, open positions
TradersFollow, configure, and manage copied traders
OrdersInspect orders placed by your copy-trading bot
AccountYour Carbon Copy account info
Key ManagementCreate and revoke API keys (Privy JWT required)

Authentication in the explorer

To try authenticated endpoints in the interactive explorer:
  1. Click Authorize at the top of any endpoint
  2. Enter your API key as: cc_your_key_here (no Bearer prefix — the explorer adds it)
  3. For Key Management endpoints, enter your Privy JWT instead
Don’t have a key? See the Quickstart to create one.

OpenAPI spec

The full OpenAPI 3.1 spec is available at:
https://carboncopy.news/api-reference/openapi.json
You can import this into Postman, Insomnia, or any OpenAPI-compatible tool.