v9

latestOpenAPI 3.0.0raw.githubusercontent.com2026-07-071292691.1 MB
strategy-channels

List strategy channels

Returns a paginated list of channels linked to the parent strategy within the caller account.

get/api/v1/strategies/{strategyId}/channels

Path parameters

strategyIdstring uuid required
Example:01920000-0000-7000-8000-000000000000

Parent strategy identifier (UUID).

Query parameters

activeboolean
channel_codestring
typestring[]
qstring
pagenumber
limitnumber
sortBystring
sortOrderstring

Response

Paginated list of strategy channels.

Example response

{
  "meta": {
    "total": 42,
    "pages": 3,
    "current_page": 1,
    "next_page": 2,
    "limit": 20
  }
}