GET Platform Position
GET /positions/platform/:platform_code
GET /positions/platform/:platform_code
Sample Response
Returns an array of all positions maintained at NDAX for the platform issuing the query. The response will include positions for all participants active on the platform. Response parameters listed below.
Query parameters include:
participant_code
(optional) the participant_codes to filter the response by (e.g?participant_code=PLAT01&participant_code=PLAT02
)
Response:
platform_code
The code of the platform for the position
string
participant_code
The code of the participant that holds the position
string
asset
The asset code for the for the position, e.g. e₹
string
position_all_open_trades
The net position of all open trades in the asset, i.e. trades with a trade_state
of accepted
or active
string
position_accepted_trades_only
The net position of all trades in the asset with a trade_state
of accepted
, i.e. trades where settlement has not yet been attempted
string
position_active_trades_only
The net position of all trades in the asset with a trade_state
of active
, i.e. trades where settlement has been attempted but was unsuccessful
string
Last updated