NFT Summary by Wallet
Provide us with a wallet address/ENS address and receive summarized information related to that wallet such as the number of tokens in a collection that the wallet owns. This is especially useful for summarized views especially when the wallet holds a large number of NFTs.
Query Parameters
- chain string
filter for a particular chain
- cursor string
cursor for pagination purposes
- limit integer
number of items to return, maximum 30, default 30.
- address string required
account address/ENS address
Example (jordanBelfort):0xdbf2445e5049c04cda797dae60ac885e7d79df9d
Example (mikeShinoda):0xb55eb9bd32d6ab75d7555192e7a3a7ca0bcd5738
Example (vincentVanDough):vvd.eth
- contractAddress string
contractAddress to filter for
Example (bayc):0xbc4ca0eda7647a8ab7c2061c2e118a18a936f13d
Example (cryptoPunks):0xb47e3cd837ddf8e4c57f05d70ab865de6e193bbb
Responses
- 200
Schema
data object[] required
A list of NFT summaries
- contractAddress string required
contract the NFT was deployed to. case insensitive
- tokens string[] required
list of tokens that the owner owns
- chain string required
the blockchain it is deployed to
- contractType string required
what type of NFT it is; e.g. ERC721 or ERC1155
- contractName string
Name of the contract
- contractSymbol string
Symbol of the contract
- nextCursor string
pass into cursor variable to return next-page of responses, if any