v1

latestOpenAPI 3.0.02026-07-26327775.9 KB
Account

Get open positions

Get all currently open positions for an account. The column names are defined in the positionsConfig part of the /trade/config route

get/trade/accounts/{accountId}/positions

Path parameters

accountIdinteger required

Account identifier.

Headers

accNuminteger required

Account number

Response

sstring required

Status will always be ok.

Example response

{
  "s": "ok"
}