latestOpenAPI 3.0.0raw.githubusercontent.com2026-08-2163193291.0 KB

259274f1e845

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"
]