Overview
The Accounts API provides access to account-level data including balances, buying power, positions, and order history.Package Reference
Methods
GetBalances()
Retrieve account balances and buying power.accountID(string): Account ID
*Balances, error
GetOrders()
Retrieve all orders for an account.accountID(string): Account IDfilters(*OrderFilters, optional): Filter options
[]Order, error
GetPositions()
Retrieve all positions for an account.accountID(string): Account ID
[]Position, error