cURL
curl --request GET \ --url https://carboncopy.inc/api/v1/portfolio/traders \ --header 'Authorization: Bearer <token>'
{ "traders": [ { "walletAddress": "0xAbCd1234...", "copyTradingEnabled": true, "copyPercentage": 25, "username": "sharptrader", "maxCopyAmount": 500, "totalCopied": 14, "pnl": 128.4 } ] }
Returns all traders you currently follow, including copy settings and performance stats.
API key in the format cc_<64 hex characters>. Obtain from the Dashboard under Settings → API Keys.
cc_<64 hex characters>
Followed traders.
Show child attributes
Was this page helpful?