curl --request GET \
--url https://data-api.kuest.com/value{
"user": "<string>",
"value": 123
}curl --request GET \
--url https://data-api.kuest.com/value{
"user": "<string>",
"value": 123
}Returns the aggregated exposure for a wallet. This endpoint provides a quick summary of the total value of all current positions for a user.Documentation Index
Fetch the complete documentation index at: https://mintlify.com/kuestcom/prediction-market/llms.txt
Use this file to discover all available pages before exploring further.
market are not implemented yet. This endpoint currently returns the aggregate value across all positions.0x56687bf447db6ffa42ffe2204a05edaa20f55839curl -X GET "https://data-api.kuest.com/value?user=0x56687bf447db6ffa42ffe2204a05edaa20f55839"
[
{
"user": "0x56687bF447db6fFa42FfE2204a05edAa20f55839",
"value": 15892.36
}
]