Refer friends and earn rewards this week
Kongo Docs

Get Total Value Of A Users Positions

Returns the aggregated exposure for a wallet

Get Help
GET
/value

Query Parameters

user*string

EVM address whose aggregated position value should be returned.

Response Body

application/json

application/json

application/json

curl -X GET "https://example.com/value?user=0x56687bf447db6ffa42ffe2204a05edaa20f55839"
[  {    "user": "0x56687bF447db6fFa42FfE2204a05edAa20f55839",    "value": 15892.36  }]
{  "error": "missing_field: user"}
{  "error": "internal_error: unexpected database failure"}