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:
Parameter | Description | Type |
---|---|---|
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 | string |
position_accepted_trades_only | The net position of all trades in the asset with a | string |
position_active_trades_only | The net position of all trades in the asset with a | string |
Last updated