Skip to main content
POST
/
v1beta1
/
list_users
List Users
curl --request POST \
  --url https://traderapi.us-east-1.privatelink.preprod.polymarketexchange.com/api/v1beta1/list_users \
  --header 'Content-Type: application/json' \
  --data '{}'
{
  "display_names": [
    "<string>"
  ],
  "firms": [
    "<string>"
  ],
  "firms_display_names": [
    "<string>"
  ],
  "users": [
    "<string>"
  ]
}

Body

application/json

Request to list the users that the user may trade on behalf of.

Response

A successful response.

display_names
string[]

List of display names for the users found.

firms
string[]

List of fully qualified resource names for the firms associated with the users found (ie: "firms/[firmid]").

firms_display_names
string[]

List of display names for the firms associated with the users found.

users
string[]

List of fully qualified resource names for users found (ie: "firms/[firmid]/users/[userid]").