Chuyển đến nội dung chính
GET
https://api-gw.verolabs.co/api/v1
/
orders
/
bracket-order
Danh sách bracket order
curl --request GET \
  --url https://api-gw.verolabs.co/api/v1/orders/bracket-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.

Ủy quyền

Authorization
string
header
bắt buộc

Bearer token used for protected REST API requests.

Tham số truy vấn

status
string

Bộ lọc trạng thái tùy chọn.

account
string

Bộ lọc tài khoản tùy chọn.

symbol
string

Mã giao dịch hoặc mã sản phẩm.

Phản hồi

Các bracket order khớp bộ lọc yêu cầu.

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.