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

Query Parameters

user
string
required

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

Example:

"0x56687bf447db6ffa42ffe2204a05edaa20f55839"

Response

Success

The response is of type object.