Skip to main content
DELETE
/
api
/
v1
/
traders
/
{wallet}
Unfollow a trader
curl --request DELETE \
  --url https://carboncopy.news/api/v1/traders/{wallet} \
  --header 'Authorization: Bearer <token>'
{
  "success": true
}

Authorizations

Authorization
string
header
required

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

Path Parameters

wallet
string
required

Trader's Ethereum wallet address (full or prefix match).

Example:

"0xAbCd1234..."

Response

Trader unfollowed.

success
boolean
Example:

true