logo
Account Information

Return details of a specific investment account

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

Returns an account object with details for the specified account, including the total account market value.

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

Responses

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