Skip to main content
GET
/
v1
/
accounts
List accounts
curl --request GET \
  --url https://api.polymarketexchange.com/v1/accounts
{
  "accounts": [
    "<string>"
  ],
  "displayNames": [
    "<string>"
  ]
}

Query Parameters

user
string

Response

200 - application/json

A successful response.

accounts
string[]
displayNames
string[]