Docs
Search⌘ K
  • Home
  • About The Graph
  • Supported Networks
  • Protocol Contracts
  • Subgraphs
    • Substreams
      • Token API
        • Hypergraph
          • AI Suite
            • Indexing
              • Graph Horizon
                • Resources
                  Token API > Hyperliquid Vault Endpoints

                  Vault Depositors

                  GET/v1/hyperliquid/vaults/depositors

                  Returns the per-depositor breakdown for a single vault — one row per (user, vault) pair with lifetime deposits, lifetime net withdrawals (after vault commission and closing cost), distributions received, deposit and withdrawal counts, and last-activity timestamp.

                  For the vault-level summary, see /v1/hyperliquid/vaults.

                  Query Parameters

                  ParameterDescriptionValue
                  vault
                  string

                  Filter by address

                  • Accepted pattern: ^(0[xX])?[0-9a-fA-F]{40}$
                  • Format: evm-address
                  Required
                  sort_by
                  string
                  • Default value: deposits
                  • Accepted values: deposits, withdrawals, distributions_received, last_activity_at
                  deposits
                  limit
                  integer

                  Number of items* returned in a single request.
                  *Plan restricted.

                  • Default value: 10
                  • Minimum value: 1
                  • Maximum value: 1000
                  page
                  integer

                  Page number to fetch.
                  Empty data array signifies end of results.

                  • Default value: 1
                  • Minimum value: 1
                  • Maximum value: 767465558638

                  Potential Responses

                  StatusDescription
                  200

                  Successful Response

                  400

                  Client side error

                  401

                  Authentication failed

                  403

                  Forbidden

                  404

                  Not found

                  500

                  Server side error

                  ⁠Edit on GitHub⁠

                  User LookupVault Listings
                  Test this endpoint

                  1curl --request GET \2  --url 'https://token-api.thegraph.com/v1/hyperliquid/vaults/depositors?vault=0xd8da6bf26964af9d7eed9e03e53415d37aa96045&sort_by=deposits&limit=10&page=1' \3  --header 'Authorization: Bearer {token}'

                  1{2  "data": [3    {4      "user": "0xa97d92e993f487d4cdbdb381c77972d4fc3b39dd",5      "vault": "0xdfc24b077bc1425ad1dea75bcb6f8158e10df303",6      "deposits": 1423386.01,7      "deposit_count": 12,8      "withdrawals": 885623.07,9      "withdrawal_count": 5,10      "distributions_received": 0,11      "last_activity_at": "2026-04-29 11:42:29"12    }13  ]14}
                  The GraphStatusTestnetBrand AssetsForumSecurityPrivacy PolicyTerms of Service