get https://api.nftport.xyz/v0/nfts/
Returns all NFTs for a given contract address. Can be set to include
the NFT metadata
, file_information
, rarity
, last_sale_price
or all
which returns extra information. Ethereum, Polygon and Goerli are supported.
Useful for:
- Importing all NFTs from a given contract to your application.
Related:
- For a quick start, see the List of sample addresses to copy.
- To get detailed information on the returned NFTs, see Retrieve NFT details.
- To get NFTs that a given account owns, see Retrieve NFTs owned by an account.