Authentication

List all users

get
https://api.snaptrade.com/api/v1/snapTrade/listUsers

Returns a list of all registered user IDs. Please note that the response is not currently paginated.

Execute an API Request

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

Response fields

array of strings

List of registered SnapTrade user IDs

string

SnapTrade User ID. This is chosen by the API partner and can be any string that is a) unique to the user, and b) immutable for the user. It is recommended to NOT use email addresses for this property because they are usually not immutable.

1
[
2
"user1",
3
"user2",
4
"user3"
5
]