logo
Account Information

List account positions

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

Returns a list of positions in the specified account.

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

Responses

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