You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
message: limitPrice exceeds maximum decimal precision of 2
26725
26745
invalidQuantity:
26726
26746
summary: Invalid quantity specified (e.g., below minimum or above maximum order size). For marketable limit orders (where the limit price would execute immediately), the message includes additional context explaining that validation is performed at the current market price.
26727
26747
value:
@@ -57434,10 +57454,29 @@ components:
57434
57454
type: string
57435
57455
reqId:
57436
57456
type: string
57457
+
context:
57458
+
$ref: '#/components/schemas/ErrorContext'
57437
57459
example:
57438
57460
error: invalid permission
57439
57461
errorName: backend:common:forbidden
57440
57462
reqId: unk-nqo97l23l2ofpvgkbb8z
57463
+
ErrorContext:
57464
+
type: object
57465
+
description: |
57466
+
Optional structured metadata for REST validation failures.
57467
+
The schema is fixed for client contract stability.
57468
+
required:
57469
+
- errorName
57470
+
properties:
57471
+
errorName:
57472
+
type: string
57473
+
description: Same value as the top-level errorName.
57474
+
field:
57475
+
type: string
57476
+
description: Request field associated with the validation failure.
0 commit comments