get https://api.opensea.io/v2/chain//account//nfts
This endpoint is used to fetch NFTs owned by a given account address.
This endpoint will return the following fields:
Field Name | Description |
---|---|
nfts | List of NFT objects |
next | A cursor to be supplied as a query param to retrieve the next page |
NFTs that are detected as spam or hidden from the account's profile page will not be returned by this endpoint.
NOTE: If the address called by this API request has never been used on the selected chain, currently the API will return a 400 Bad Request Error.