Chuyển đến nội dung chính
POST
https://api-gw.verolabs.co/api/v1
/
orders
/
modify
/
{orderID}
/
{price}
/
{qty}
Sửa lệnh hiện có
curl --request POST \
  --url https://api-gw.verolabs.co/api/v1/orders/modify/{orderID}/{price}/{qty} \
  --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

JWT returned by Ory /sessions/whoami?tokenize_as=jwt_template_1 and stored by ApiClient.

Tham số đường dẫn

orderID
string
bắt buộc
price
number<double>
bắt buộc
qty
integer
bắt buộc
Phạm vi bắt buộc: x >= 1

Phản hồi

Order modification result.

status
integer
data
any
message
string