Skip to main content
GET
/
api
/
v1
/
traders
List followed traders
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
    }
  ]
}

Authorizations

Authorization
string
header
required

API key in the format cc_<64 hex characters>. Obtain from the Dashboard under Settings → API Keys.

Response

List of followed traders.

traders
object[]
required