# Positions

- [GET All Positions](/api/positions/get-all-positions.md): Returns list of all open positions for all instruments all accounts
- [GET Positions](/api/positions/get-positions.md): Returns list of all open positions for all instruments in a specific account.
- [GET Position](/api/positions/get-position.md): Returns information on a specific position specified by instrument.
- [POST Close Position](/api/positions/post-close-position.md): Closes a position in a specific account by instrument. Returns a list of positions closed in the account for the specific instrument.
- [POST Reverse](/api/positions/post-reverse.md): Reverses the position specified by instrument in the account.
- [POST Reverse Position](/api/positions/post-reverse-position.md): Reverses the position specified by instrument in the account.
- [POST Flatten Positions](/api/positions/post-flatten-positions.md): Flatten positions by account and/or instrument.
- [POST Flatten Everything](/api/positions/post-flatten-everything.md): Flattens all positions and orders in all accounts for all instruments.
