Skip to main content
PATCH
Điều chỉnh số tiền covered margin call

Ủy quyền

Authorization
string
header
bắt buộc

Bearer token used for protected REST API requests.

Nội dung

application/json

Covered margin-call payload. accountId, symbol, and amount are required.

Payload for setting covered margin call amount for an open position.

accountId
string
bắt buộc

Trading account containing the position.

symbol
string
bắt buộc

Position symbol.

amount
number
bắt buộc

New covered margin-call amount. Must be zero or greater.

Phạm vi bắt buộc: x >= 0

Phản hồi

Covered margin-call update result.

Response returned after covered margin call is changed.

status
string

success or failed.

message
string

Human-readable result.

accountId
string

Trading account id.

symbol
string

Position symbol.

amount
number

Requested covered margin amount.

newCoveredMarginCall
number

Covered margin call value after update.

maintenanceMargin
number

Maintenance margin after recalculation.

tradingPower
number

Trading power after recalculation.