v51

latestOpenAPI 3.0.0raw.githubusercontent.com2026-08-0175184292.5 KB
Experimental endpoints

Cancel a Trade Detection subscription

Cancels a Trade Detection subscription for a connected brokerage account. This endpoint requires partner signature authentication only and does not require userId or userSecret.

post/snapTrade/tradeDetection/subscriptions/cancel

Request body

account_idstring uuid required

Unique identifier for the connected brokerage account. This is the UUID used to reference the account in SnapTrade.

Example request

{
  "account_id": "917c8734-8470-4a3e-a18f-57c3f2ee6631"
}

Response

Cancelled the Trade Detection subscription, or it was already cancelled

successboolean required

Example response

{
  "success": true
}