Skip to main content
DELETE
/
api
/
v1
/
portfolio
/
traders
/
{wallet}
Unfollow a trader
curl --request DELETE \
  --url https://carboncopy.inc/api/v1/portfolio/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.

Example:

"0xAbCd1234..."

Response

Trader unfollowed.

success
boolean
Example:

true