Skip to main content
GET
/
value
Get total portfolio value
curl --request GET \
  --url https://data-api.forka.st/value
[
  {
    "user": "0x56687bF447db6fFa42FfE2204a05edAa20f55839",
    "value": 15892.36
  }
]
🔴 Portfolio valuations depend on in-progress pricing feeds. Treat the returned USD numbers as indicative until pricing is finalized.
GET https://data-api.forka.st/value summarizes the total USD-denominated exposure for a wallet. The response is intentionally compact—each object contains the user field and an aggregated value number—so you can poll it frequently.
  • The user query parameter is required.
  • Use the optional market CSV filter to limit the calculation to specific condition IDs (for example, when showing per-event drilldowns).
This route will eventually swap in FPMM-based mid prices; for now, it uses whatever cached marks are available.

Query Parameters

user
string
required

EVM address whose aggregated position value should be returned.

Example:

"0x56687bf447db6ffa42ffe2204a05edaa20f55839"

Response

Value summary computed.

user
string

0x-prefixed EVM address (40 hex chars).

Example:

"0x56687bf447db6ffa42ffe2204a05edaa20f55839"

value
number