Token API > Polymarket User Endpoints
User Lookup
GET/v1/polymarket/users
Returns trading statistics per user: volume, PNL (realized, unrealized, total), trade counts, and activity window. When no user address is provided, returns a paginated leaderboard for discovery.
Supports lookback windows via interval: 1h, 1d, 1w, 30d. Omit for all-time. Data refreshes hourly.
Query Parameters
| Parameter | Description | Value |
|---|---|---|
userstring | ||
intervalstring | Lookback window for user statistics (1 hour, 1 day, 1 week, 30 days). Omit for all-time.
| |
sort_bystring |
| total_volume |
limitinteger | Number of items* returned in a single request.
| |
pageinteger | Page number to fetch.
|
Potential Responses
| Status | Description |
|---|---|
| 200 | Successful Response |
| 400 | Client side error |
| 401 | Authentication failed |
| 403 | Forbidden |
| 404 | Not found |
| 500 | Server side error |