Skip to content
Assets

Get Short Position Margin Details

Query, by currency, the margin detail occupied by the Client's short (short-selling) positions, including the market value and collateral for each underlying (including multi-leg option combinations).

GEThttps://api.lbkrs.com/v1/asset/cash/short/detail

Parameters

currencystringqueryRequired

Currency

Responses

HTTP 200The request succeeded. The response body contains the result of the “Get short position margin details” operation.
Standard response envelopecodemessagedata
dataobjectdata structure
short_listarray<object>

List of short position margin details

Child attributes
counter_idstring

Underlying ID

namestring

Name

codestring

Display code

short_mvstring

Market value of the short position

short_collateralstring

Collateral for the short position

currencystring

Currency

multi_leg_listsarray<string>

Names of each underlying included in the option combination strategy

sign_typestring

Combination type: Common single underlying, Dynamic dynamic combination, Static multi-leg combination

CommonDynamicStatic

Whale Docs