Skip to main content
GET
List strategies (trading bots)

Authorizations

x-api-key
string
header
required

Headers

x-signature
string

HMAC-SHA256 signature: HMAC-SHA256(secretKey, timestamp + METHOD + path + body). Required for API-key authenticated requests (JWT/OAuth session auth is exempt).

x-timestamp
string

Request timestamp in epoch milliseconds. Required with x-signature for API-key auth. Rejected if drift exceeds 5 minutes.

Query Parameters

limit
object
offset
object
order
enum<string>
Available options:
ASC,
DESC
orderBy
enum<string>
Available options:
name,
createdAt,
updatedAt,
lastTriggeredAt,
performanceStats.totalPnL
sortBy
enum<string>
Available options:
NAME,
CREATED_AT,
UPDATED_AT,
LAST_TRIGGERED_AT,
PERFORMANCE,
SUBSCRIBER_COUNT
sortDirection
enum<string>
Available options:
ASC,
DESC
filter
object

Nested filter (bracket query: filter[query]=...)

Response

Paginated trading bots.

success
boolean
required
Example:

true

data
object
required

Endpoint-specific payload