GET Position
GET /positions
GET /positions
Sample Response
Returns an array of all positions maintained at NDAX for the participant issuing the query. The response will include positions for all platforms for which the participant is active. Response parameters listed below.
Query parameters include:
platform_code
(optional) the platform_codes to filter the response by (e.g?platform_code=PLAT01&platform_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. | 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 |
Last updated