Positions
Get position
Get current position for a given account for a given symbol.
get/accounts/{account_id}/positions/{symbol}
Path parameters
account_idstring required
Account ID for the account.
Example:100000
symbolstring required
Example:AAPL
Response
Successful response
Example response
{
"account_id": "100000",
"account_number": "ACC0001",
"symbol": "AAPL",
"quantity": "100"
}