Skip to main content
GET
/
api
/
v2
/
trigger
/
orders
GET /api/v2/trigger/orders — List trigger orders
curl --request GET \
  --url https://api.shuriken.trade/api/v2/trigger/orders \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

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

Query Parameters

limit
integer<int32>

Results per page (default: 20, max: 100)

Required range: x >= 0
cursor
string

Opaque cursor for forward pagination (from previous response's nextCursor)

Response

200

List of trigger orders