Docs
Search⌘ K
  • Home
  • حول The Graph
  • الشبكات المدعومة
  • Protocol Contracts
  • Subgraphs
    • متعدد-السلاسل
      • Token API
        • Hypergraph
          • AI Suite
            • Indexing
              • Resources
                Token API > EVM Endpoints

                NFT Ownerships

                GET/nft/ownerships/evm/{address}

                Provides NFT Ownerships for Account.

                Path Parameters

                ParameterالوصفValue
                address
                string

                Filter by address

                  Required

                  Query Parameters

                  ParameterالوصفValue
                  network_id
                  string

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

                  • Default value: mainnet
                  • Accepted values: arbitrum-one, avalanche, base, bsc, mainnet, matic, optimism, unichain
                  Required
                  mainnet
                  token_standard
                  string
                  • Accepted values: ERC721, ERC1155
                  contract
                  string

                  Filter by address

                    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

                    Statusالوصف
                    200Successful Response
                    400Client side error
                    401Authentication failed
                    403Forbidden
                    404Not found
                    500Server side error
                    ⁠Edit on GitHub⁠

                    NFT ItemsNFT Sales
                    Test this endpoint

                    1curl --request GET \2  --url 'https://token-api.thegraph.com/nft/ownerships/evm/{address}?network_id=mainnet&limit=10&page=1' \3  --header 'Authorization: Bearer {token}'

                    1{2  "data": [3    {4      "token_id": "12",5      "token_standard": "ERC721",6      "contract": "0x000386e3f7559d9b6a2f5c46b4ad1a9587d59dc3",7      "owner": "0xd8da6bf26964af9d7eed9e03e53415d37aa96045",8      "symbol": "BANC",9      "name": "Bored Ape Nike Club",10      "network_id": "mainnet"11    }12  ]13}
                    The GraphStatusTestnetBrand AssetsForumSecurityPrivacy PolicyTerms of Service