curl --request GET \
--url https://carboncopy.news/api/v1/traders \
--header 'Authorization: Bearer <token>'{
"traders": [
{
"walletAddress": "0xAbCd1234...",
"copyTradingEnabled": true,
"copyPercentage": 25,
"displayName": "alpha_trader",
"maxCopyAmount": 500,
"totalCopied": 14,
"pnl": 128.4
}
]
}Returns all traders you currently follow, including their copy-trading settings and performance stats.
curl --request GET \
--url https://carboncopy.news/api/v1/traders \
--header 'Authorization: Bearer <token>'{
"traders": [
{
"walletAddress": "0xAbCd1234...",
"copyTradingEnabled": true,
"copyPercentage": 25,
"displayName": "alpha_trader",
"maxCopyAmount": 500,
"totalCopied": 14,
"pnl": 128.4
}
]
}Was this page helpful?