GET
/
traded
Get total markets a user has traded
curl --request GET \
  --url https://data-api.polymarket.com/traded
{
  "user": 8.992731955465627e+47,
  "traded": 123
}

Query Parameters

user
string
required

User Profile Address (0x-prefixed, 40 hex chars)

Example:

8.992731955465627e+47

Response

200
application/json

Success

The response is of type object.