Skip to main content
GET
/
other
Get other balance
curl --request GET \
  --url https://data-api.kuest.com/other
[
  {
    "slug": "how-many-spacex-launches-in-2026",
    "user": "0x576ddbc627f5bdb8b419ec779bb7e6e218ffe124",
    "size": 1.9607
  }
]
Use https://data-api.kuest.com/other to fetch the aggregated converted balance for negative-risk augmented events. Provide the event slug plus the wallet address in user (proxy or EOA). If the wallet has no conversions for the event (or the event is not eligible), the response is an empty array. Response objects include:
  • slug: event slug
  • user: wallet address
  • size: converted balance (shares)

Query Parameters

slug
string
required

Event slug to inspect.

Example:

"how-many-spacex-launches-in-2026"

user
string
required

Wallet address to inspect.

Example:

"0x56687bf447db6ffa42ffe2204a05edaa20f55839"

Response

Other balance returned.

slug
string

Event slug.

user
string

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

Pattern: ^0x[a-fA-F0-9]{40}$
Example:

"0x56687bf447db6ffa42ffe2204a05edaa20f55839"

size
number