Docs
La Recherche⌘ K
  • Accueil
  • À propos de The Graph
  • Réseaux pris en charge
  • Contrats du Protocole
  • Subgraphs
    • Substreams
      • Token API
        • Hypergraph
          • AI Suite
            • Indexing
              • Resources
                Token API > SVM Endpoints

                Solana Account Owner Lookup

                GET/owner/svm/{account}

                Returns owner address of an associated token account (ATA) with closure status.

                Path Parameters

                ParameterDescriptionValue
                account
                string

                Filter by token account address

                  Required

                  Paramètres de requête

                  ParameterDescriptionValue
                  network_id
                  string

                  The Graph Network ID for SVM networks https://thegraph.com/networks

                  • Default value: solana
                  • Accepted values: solana
                  Required
                  solana
                  limit
                  integer

                  The maximum number of items returned in a single request.

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

                  The page number of the results to return.

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

                  Potential Responses

                  StatusDescription
                  200Successful Response
                  400Client side error
                  401Authentication failed
                  403Forbidden
                  404Not found
                  500Server side error
                  ⁠Edit on GitHub⁠

                  Solana Native BalancesTransfer Events
                  Test this endpoint

                  1curl --request GET \2  --url 'https://token-api.thegraph.com/owner/svm/{account}?network_id=solana&limit=10&page=1' \3  --header 'Authorization: Bearer {token}'

                  1{2  "data": [3    {4      "last_update": "2025-07-14 17:17:19",5      "last_update_block_num": 353288878,6      "last_update_timestamp": 1752513439,7      "owner": "GXYBNgyYKbSLr938VJCpmGLCUaAHWsncTi7jDoQSdFR9",8      "is_closed": false,9      "network_id": "solana"10    }11  ]12}
                  The GraphStatusTestnetActifs de la MarqueForumSécuritéPolitique de confidentialitéConditions d'utilisation