Home

Get user vault equities

POST
https://hype.nownodes.io/info

Authorizations

ApiKeyAuthApiKeyAuth

api-key string

NOWNodes API key passed in the api-key header.

Fetches all vault equity positions held by the given wallet address. Each object in the response represents a single vault allocation, including the deposited amount and current equity value.

Body

application/json
typestringrequired

Operation type; must be exactly "userVaultEquities" (case‑sensitive).

userstringrequired

Ethereum wallet address whose vault stakes are queried. Format: 0x‑prefixed hex string, 42 characters.

Response

200OK

Array of vault equity objects (empty if none).