v51

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

List active Trade Detection subscriptions

Returns active Trade Detection subscriptions for your Client ID. Cancelled subscriptions are not returned.

get/snapTrade/tradeDetection/subscriptions

Response

Active Trade Detection subscriptions

account_idstring uuid required

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

coststring required

Monthly subscription cost as a decimal string.

check_interval_secondsinteger required

How often the subscribed account is checked for new trades.

Example response

[
  {
    "account_id": "917c8734-8470-4a3e-a18f-57c3f2ee6631",
    "cost": "100.00",
    "check_interval_seconds": 300
  }
]