GET All Positions: Returns list of all open positions for all instruments all accounts
GET Positions: Returns list of all open positions for all instruments in a specific account.
GET Position: Returns information on a specific position specified by instrument.
POST Close Position: Closes a position in a specific account by instrument. Returns a list of positions closed in the account for the specific instrument.
POST Reverse: Reverses the position specified by instrument in the account.
POST Reverse Position: Reverses the position specified by instrument in the account.