---
title: "List active Trade Detection subscriptions"
method: GET
path: "/snapTrade/tradeDetection/subscriptions"
tags: ["Experimental endpoints"]
---

# List active Trade Detection subscriptions

`GET /snapTrade/tradeDetection/subscriptions`

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

## Response `200`

Active Trade Detection subscriptions

- TradeDetectionSubscription[]
  - `account_id` string, uuid, required — Unique identifier for the connected brokerage account. This is the UUID used to reference the account in SnapTrade.
  - `cost` string, required — Monthly subscription cost as a decimal string.
  - `check_interval_seconds` integer, required — How often the subscribed account is checked for new trades.

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Feature not enabled
- `404` — Not Found
- `500` — Unexpected Error

---

[API](https://skmtc.net/passiv/apis/snaptrade.md) · [All operations](https://skmtc.net/passiv/apis/snaptrade/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/passiv/snaptrade/revisions/259274f1e845/schema)
