Skip to main content
Delete Copytrade
curl --request DELETE \
  --url https://synthesis.trade/api/v1/wallet/pol/{wallet_id}/copytrade/{copytrade_id} \
  --header 'X-API-KEY: <api-key>'
{
  "success": true,
  "response": {
    "copytrade_id": "..."
  }
}

Documentation Index

Fetch the complete documentation index at: https://api.synthesis.trade/docs/llms.txt

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

Authorizations

X-API-KEY
string
header
required

Account secret API key.

Path Parameters

wallet_id
string
required
copytrade_id
string
required

Response

200 - application/json

Polygon copytrade deleted