v51

latestOpenAPI 3.0.0raw.githubusercontent.com2026-08-0175184292.5 KB
Authentication

List all users

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

get/snapTrade/listUsers

Response

OK

UserID[] required

List of registered SnapTrade user IDs

Example response

[
  "user1",
  "user2",
  "user3"
]