get https://api.nftport.xyz/v0/nfts
Returns all ERC721 and ERC1155 NFTs that have been minted on a given chain. Can be set to include
the NFT metadata
, file_information
, contract_infomation
and all
which includes full details like in Retrieve NFT details. Ethereum, Polygon and Goerli are supported.
In this endpoint, non-Enterprise users can only retrieve NFTs minted in the past 90 days. Access to full history is available on the Enterprise tier.
Useful for:
- Big data analysis or analytics with all the NFTs.
- Keeping track of all the created NFTs.
- Importing all NFTs to your application.
Related:
- To get all NFTs per contract, see Retrieve contract NFTs.
- To get detailed information on the returned NFTs, see Retrieve NFT details.