Skip to main content
Delete Wallet
curl --request DELETE \
  --url https://synthesis.trade/api/v1/wallet/{wallet_id} \
  --header 'X-API-KEY: <api-key>'
{
  "success": true,
  "response": {
    "wallet_id": "a1b2c3d4-e5f6-7890-abcd-ef1234567890",
    "deleted": true
  }
}

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

Response

Wallet deleted