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 realized P&L and volume grouped by each copied trader.
Documentation IndexFetch the complete documentation index at: https://docs.carboncopy.inc/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.carboncopy.inc/llms.txt
Use this file to discover all available pages before exploring further.
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?