Skip to main content
GET
https://api-gw.verolabs.co/api/v1
/
orders
/
stop-order
/
{orderId}
Get stop-loss order by ID
curl --request GET \
  --url https://api-gw.verolabs.co/api/v1/orders/stop-order/{orderId} \
  --header 'Authorization: Bearer <token>'
{
  "status": 123,
  "data": "<unknown>",
  "message": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.oms.verolabs.co/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Bearer token used for protected REST API requests.

Path Parameters

orderId
string
required

Order identifier.

Response

Stop-loss order detail.

Order response wrapper.

status
integer

Status code returned with the order response.

data
any

Order response payload, or null on failure.

message
string

Order success or error message.