Skip to main content
GET
https://api-gw.verolabs.co/api/v1
/
orders
/
stop-order
List stop-loss orders
curl --request GET \
  --url https://api-gw.verolabs.co/api/v1/orders/stop-order \
  --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.

Query Parameters

status
string

Optional status filter.

account
string

Optional account filter.

symbol
string

Trading symbol or product code.

Response

Stop-loss orders matching the requested filters.

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.