Positions
List positions
List current positions for a given account.
get/accounts/{account_id}/positions
Path parameters
account_idstring required
Account ID for the account.
Example:100000
Query parameters
page_sizeinteger
Number of positions to return per page.
page_tokenstring
Cursor for the page to return.
Response
Successful response
Example response
{
"data": [
{
"account_id": "100000",
"account_number": "ACC0001",
"symbol": "AAPL",
"quantity": "100"
}
]
}