cURL
curl --request PATCH \ --url https://carboncopy.inc/api/v1/portfolio/traders/batch \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "updates": [ { "walletAddress": "0xAbCd1234...", "copyPercentage": 50, "maxCopyAmount": 123, "notificationsEnabled": true, "copyTradingEnabled": true } ] } '
{ "results": [ { "walletAddress": "<string>", "success": true, "error": "<string>" } ] }
Update copy settings for up to 100 followed traders in a single request.
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>
1 - 100
Show child attributes
Results for each update in the batch.
Was this page helpful?