Skip to main content
GET
/
api
/
v2
/
trigger
/
order
/
{orderId}
GET /api/v2/trigger/order/:orderId — Get a specific order
curl --request GET \
  --url https://api.shuriken.trade/api/v2/trigger/order/{orderId} \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

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

Path Parameters

orderId
string
required

Order ID

Response

Order details