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

Query Parameters

user
string
required

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

Example:

"0x56687bf447db6ffa42ffe2204a05edaa20f55839"

market
string[]

0x-prefixed 64-hex string

Response

Success

The response is of type object[].