cURL
curl --request GET \ --url https://carboncopy.inc/api/v1/portfolio/pnl-by-trader \ --header 'Authorization: Bearer <token>'
{ "breakdown": [ { "traderWallet": "0xAbCd1234...", "username": "cryptowhale", "realizedPnl": 24.1, "totalVolume": 310, "tradeCount": 12 } ] }
Returns realised P&L and volume grouped by each copied trader.
API key in the format cc_<64 hex characters>. Obtain from the Dashboard under Settings → API Keys.
cc_<64 hex characters>
P&L breakdown.
Show child attributes
Was this page helpful?