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
}

Documentation Index

Fetch the complete documentation index at: https://docs.carboncopy.inc/llms.txt

Use this file to discover all available pages before exploring further.

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