curl --request DELETE \
--url https://carboncopy.news/api/v1/traders/{wallet} \
--header 'Authorization: Bearer <token>'{
"success": true
}Stop copy-trading this wallet. Existing open positions are not automatically closed.
curl --request DELETE \
--url https://carboncopy.news/api/v1/traders/{wallet} \
--header 'Authorization: Bearer <token>'{
"success": true
}API key in the format cc_<64 hex characters>. Obtain from the Dashboard under Settings → API Keys.
Trader's Ethereum wallet address (full or prefix match).
"0xAbCd1234..."
Trader unfollowed.
true
Was this page helpful?