Inventories
Get inventory
Get located inventory for a symbol.
get/accounts/{account_id}/inventories/{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",
"available": "100",
"reserved": "100",
"used": "100"
}