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
Example request
{
"account_id": "917c8734-8470-4a3e-a18f-57c3f2ee6631"
}Response
Cancelled the Trade Detection subscription, or it was already cancelled
Example response
{
"success": true
}