logo
Reference Data

Search for symbols available in an account

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

Returns a list of universal symbols that are supported by the specificied account. Returned symbols are based on the provided search string, matching on ticker and name.

Path
accountIdstring (format: uuid)required
The ID of the account to search for symbols within.
Query
userIdstringrequired
SnapTrade User ID
userSecretstringrequired
SnapTrade User Secret (generated when registering user)
Request Body
substringstring

Responses

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