GET
/
value
Get total value of a user's positions
curl --request GET \
  --url https://data-api.polymarket.com/value
[
  {
    "user": 8.992731955465627e+47,
    "value": 123
  }
]

Query Parameters

user
string
required

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

Example:

8.992731955465627e+47

market
string[]

0x-prefixed 64-hex string

Response

200
application/json

Success

The response is of type object[].