GET
/
value
curl --request GET \
  --url https://data-api.polymarket.com/value
[
  {
    "user": "0x0166a90c13a7273af742381b6cd7b098dbb00000",
    "value": 0.483401645205675
  }
]

Query Parameters

user
string
required

The address of the user in question.

Example:

"0x0166a90c13a7273af742381b6cd7b098dbb00000"

market
string

The conditionId of the market(s). Supports multiple CSV-separated values.

Example:

"market1,market2"

Response

200
application/json

Successfully fetched the total value

The response is of type object[].