Skip to main content
GET
List control changes for an account

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

account_id
string<uuid>
required

Trading account ID

Query Parameters

cursor
string | null

Opaque cursor from a previous page's next_cursor.

limit
integer<int64> | null

Page size, clamped to 100.

Response

Control changes, newest first

data
object[]
required
next_cursor
string | null