logo
Account Information

List balances, positions and orders for the specified account

get
https://api.snaptrade.com/api/v1/accounts/{accountId}/holdings

Lists balances, positions and orders for the specified account as well as option_positions and account metadata. The data returned is similar to the data returned over the more fine-grained positions, orders and balances endpoints.

Path
accountIdstring (format: uuid)required
The ID of the account to fetch holdings for.
Query
userIdstringrequired
SnapTrade User ID
userSecretstringrequired
SnapTrade User Secret (generated when registering user)

Responses

Authorization
Request
Installation
$
npm install snaptrade-typescript-sdk
1
Loading...